feat: forgot password
config: msg
This commit is contained in:
@@ -12,4 +12,6 @@ interface AuthServiceInterface
|
||||
public function logout(Request $request): void;
|
||||
|
||||
public function getRedirectRouteForUser(User $user): string;
|
||||
|
||||
public function forgotPassword(string $email): array;
|
||||
}
|
||||
Reference in New Issue
Block a user