mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-10 16:47:54 -05:00
feat(users): add reset password flow (#772)
This commit is contained in:
9
src/pages/resetpassword/index.tsx
Normal file
9
src/pages/resetpassword/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import type { NextPage } from 'next';
|
||||
import RequestResetLink from '../../components/ResetPassword/RequestResetLink';
|
||||
|
||||
const RequestResetLinkPage: NextPage = () => {
|
||||
return <RequestResetLink />;
|
||||
};
|
||||
|
||||
export default RequestResetLinkPage;
|
||||
Reference in New Issue
Block a user