This commit is contained in:
Lakhan Samani
2023-12-26 21:10:58 +05:30
14 changed files with 554 additions and 164 deletions

View File

@@ -71,6 +71,9 @@ export default function Login({ urlProps }: { urlProps: Record<string, any> }) {
...urlProps,
redirect_uri: `${window.location.origin}/app/reset-password`,
}}
onPasswordReset={() => {
setView(VIEW_TYPES.LOGIN);
}}
/>
<Footer>
<Link