mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-27 16:14:39 -06:00
#4035 sms forget pass is not working
This commit is contained in:
parent
215d7def77
commit
ed1be3b783
@ -34,7 +34,6 @@ class ForgotPassFormHandler
|
||||
$users->save($user);
|
||||
if (!is_null($user->gsm_phone)) {
|
||||
event(new SendForgotPasswordSms($user, $password));
|
||||
$messages->success(trans('visiosoft.theme.base::message.send_forgot_sms'));
|
||||
} else {
|
||||
$messages->error(trans('visiosoft.theme.base::message.found_phone'));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user