mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -68,7 +68,7 @@ class ResetPasswordController extends Controller
|
||||
$newpass = User::generatePassword();
|
||||
User::updatePassword($ret['id'], $newpass);
|
||||
|
||||
$onscreen = 'Your password has been reset to <strong>' . $newpass . '</strong> and sent to your e-mail address.';
|
||||
$onscreen = 'Your password has been reset to <strong>'.$newpass.'</strong> and sent to your e-mail address.';
|
||||
SendPasswordResetEmail::dispatch($ret, $newpass);
|
||||
$confirmed = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user