Skip to content

Commit 605db84

Browse files
authored
Update README.md
1 parent 44ebac1 commit 605db84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The config file will look like this and have following configurable option.
5959
'number_of_digits' => 8,
6060
```
6161

62-
Now the config file is placed. The last thing you've to do is add `AuthenticatesUsersWith2FA` trait in `Http/Controllers/Auth/LoginController.php` file which helps to introduce verify-2fa page after each login.
62+
Now the config file is placed. The last thing to do is addding `AuthenticatesUsersWith2FA` trait in the `Http/Controllers/Auth/LoginController.php` file which helps to stop user at verify-2fa page to enter TOTP token after each login.
6363

6464
The final snippet will look like this.
6565
```php

0 commit comments

Comments
 (0)