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:
@ -56,8 +56,8 @@ class NewPasswordController extends Controller
|
||||
// the application's home authenticated view. If there is an error we can
|
||||
// redirect them back to where they came from with their error message.
|
||||
return $status == Password::PASSWORD_RESET
|
||||
? redirect()->route('login')->with('status', __($status))
|
||||
? redirect()->route('login')->with('status', tr($status))
|
||||
: back()->withInput($request->only('username'))
|
||||
->withErrors(['username' => __($status)]);
|
||||
->withErrors(['username' => tr($status)]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user