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
Hello,
We have fixed the issue and pushed it to the project archive you can download from the Creative Tim website.
If you find anymore issues please reopen the ticket.
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
If user email not verified, show auth/verify (auth.verify.blade.php)
Current Behavior
getting error about loading sidebar which should not be loading from the verify view
Failure Information (for bugs)
ErrorException
Undefined variable: parentSection (View: C:\projects\hitek_erp\resources\views\layouts\navbars\sidebar.blade.php)
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Route::get('/email/verify', function () {
return view('auth.verify');
})->middleware('auth')->name('verification.notice');
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered: