password reset added

This commit is contained in:
2025-03-03 15:55:11 +05:00
parent dd72395558
commit 162232e270
6 changed files with 124 additions and 18 deletions

View File

@@ -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);