mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Unify toast messages usage
This commit is contained in:
@@ -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!';
|
||||
|
||||
Reference in New Issue
Block a user