File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 44
55 /*
66 * Specify redirect url after when token authentication
7- * is successfull .
7+ * is successful .
88 */
99 'redirect_to ' => '/home ' ,
1010
1414 * conflicts with existing routes. or for
1515 * any customization.
1616 */
17- 'setup_2fa ' => 'setup-2fa ' ,
18- 'enable_2fa ' => 'enable-2fa ' ,
17+ 'setup_2fa ' => 'setup-2fa ' ,
18+ 'enable_2fa ' => 'enable-2fa ' ,
1919 'disable_2fa ' => 'disable-2fa ' ,
2020
2121 /*
2525 'account_name ' => 'Thecodework 2FA ' ,
2626
2727 /*
28- * Set Gurad for 2FA
29- * By defauly the `web` gurad will be used but you
30- * can define any custom gurad to utilize 2FA.
28+ * Set Guard for 2FA
29+ * By default the `web` guard will be used but you
30+ * can define any custom guard to utilize 2FA.
3131 */
3232 'guard ' => 'web ' ,
3333
3434 /*
35- * Currntly Support 'Sha1'
35+ * Currently Support 'Sha1'
3636 * The library works with the Google Authenticator application
3737 * for iPhone and Android. Google only supports SHA-1 digest algorithm,
3838 * 30 second period and 6 digits OTP. Other values for these parameters
5353 'period ' => 30 ,
5454
5555 /*
56- * Explitcitly Define Table name for the model.
56+ * Explicitly Define Table name for the model.
5757 */
5858 'table ' => 'users ' ,
5959
You can’t perform that action at this time.
0 commit comments