password reset added
This commit is contained in:
@@ -24,7 +24,7 @@ class CheckPasswordMustBeChanged
|
||||
}
|
||||
|
||||
if (boolval($request->user()->password_must_be_changed)) {
|
||||
return to_route('sms-verification');
|
||||
return to_route('password-change');
|
||||
}
|
||||
|
||||
return $next($request);
|
||||
|
||||
Reference in New Issue
Block a user