Removing 4 word bollocks and fixing rootless supervisor for podman
This commit is contained in:
parent
a22db4ee0f
commit
82ed2e3ce2
8 changed files with 26 additions and 160 deletions
|
|
@ -51,7 +51,9 @@ class MagicLinkController extends Controller
|
|||
// Queue the magic link email
|
||||
Mail::to($email)->queue(new MagicLoginLink($loginUrl, $token->plain_code, 15));
|
||||
|
||||
return back()->with('status', 'Check your email for a login link and code!');
|
||||
return redirect()->route('verify-code')
|
||||
->with('status', 'Check your email for your login code!')
|
||||
->with('email', $email);
|
||||
} catch (ValidationException $e) {
|
||||
throw $e;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue