You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ The config file will look like this and have following configurable option.
59
59
'number_of_digits' => 8,
60
60
```
61
61
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.
0 commit comments