mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Introduzione procedura di configurazione
This commit is contained in:
@@ -40,8 +40,8 @@ class PasswordResetLinkController extends Controller
|
||||
);
|
||||
|
||||
return $status == Password::RESET_LINK_SENT
|
||||
? back()->with('status', __($status))
|
||||
? back()->with('status', tr($status))
|
||||
: back()->withInput($request->only('email'))
|
||||
->withErrors(['email' => __($status)]);
|
||||
->withErrors(['email' => tr($status)]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user