mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat(users): add reset password flow (#772)
This commit is contained in:
@@ -25,7 +25,7 @@ export const UserContext: React.FC<UserContextProps> = ({
|
||||
|
||||
useEffect(() => {
|
||||
if (
|
||||
!router.pathname.match(/(setup|login)/) &&
|
||||
!router.pathname.match(/(setup|login|resetpassword)/) &&
|
||||
(!user || error) &&
|
||||
!routing.current
|
||||
) {
|
||||
|
Reference in New Issue
Block a user