We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d82832 commit 876032eCopy full SHA for 876032e
README.md
@@ -140,9 +140,9 @@ Browser->>website: callback
140
141
#### Parameter Details
142
143
-- MAX_LOGIN_ATTEMPT: Is the maximum failed login attempt before the user account is locked
144
-- ENABLE_LOCK: true/false, enables or disables the Account Lock feature
145
-- LOCK_EXP_TIME: The time in seconds before a locked account is unlocked.
+- maxLoginAttempt: Is the maximum failed login attempt before the user account is locked
+- enableLock: true/false, enables or disables the Account Lock feature
+- lockExpTime: The time in seconds before a locked account is unlocked.
146
147
148
0 commit comments