Unify toast messages usage

This commit is contained in:
DariusIII
2026-03-10 15:28:07 +01:00
parent 81698d725d
commit a3e42448ab
13 changed files with 75 additions and 138 deletions
@@ -227,8 +227,7 @@ class RegisterController extends Controller
return redirect()
->route('login')
->with('message', 'Your account has been created. You will receive an account confirmation email shortly. Please verify your email address before logging in.')
->with('message_type', 'info');
->with('info', 'Your account has been created. You will receive an account confirmation email shortly. Please verify your email address before logging in.');
}
$error = 'Invalid or expired invitation token!';