Skip to content

Commit 9b2ea1b

Browse files
author
DevFelixDorn
authored
Fixing typos in config
1 parent 51e53ef commit 9b2ea1b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config/2fa-config.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/*
66
* Specify redirect url after when token authentication
7-
* is successfull.
7+
* is successful.
88
*/
99
'redirect_to' => '/home',
1010

@@ -14,8 +14,8 @@
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
/*
@@ -25,14 +25,14 @@
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
@@ -53,7 +53,7 @@
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

0 commit comments

Comments
 (0)