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
{{ message }}
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
Hi.
When i do all like installation guide in readme. I got an error:
Facade\Ignition\Exceptions\ViewException Undefined variable: url (View: /var/www/html/beta9/resources/views/vendor/laraguard/notice.blade.php) http://domain.com/2fa-required Hide solutions $url is undefined Make the variable optional in the blade template. Replace {{ $url }} with {{ $url ?? '' }}
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered:
Ah, the Middleware redirects to the view, but the view doesn't gets the $url. I'll fix it by making it optional, since the idea is to have a controller behind to handle the view and include the URL variable to where the user can enable 2FA.
Hi.
When i do all like installation guide in readme. I got an error:
Facade\Ignition\Exceptions\ViewException Undefined variable: url (View: /var/www/html/beta9/resources/views/vendor/laraguard/notice.blade.php) http://domain.com/2fa-required Hide solutions $url is undefined Make the variable optional in the blade template. Replace {{ $url }} with {{ $url ?? '' }}
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: