We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bc517 commit ce32ec7Copy full SHA for ce32ec7
src/Controllers/MagicLinkController.php
@@ -92,7 +92,7 @@ public function loginAction()
92
$user = $this->provider->findByCredentials(['email' => $email]);
93
94
if ($user === null) {
95
- return redirect()->route('magic-link')->with('error', lang('Auth.invalidEmail'));
+ return redirect()->route('magic-link')->with('error', lang('Auth.invalidEmail', [$email]));
96
}
97
98
/** @var UserIdentityModel $identityModel */
0 commit comments