chore: format

This commit is contained in:
Lakhan Samani 2022-10-25 08:25:23 +05:30
parent 9ce53eb8e8
commit 65eadb66fa
4 changed files with 905 additions and 903 deletions

View File

@ -60,10 +60,12 @@ export default function Login({ urlProps }: { urlProps: Record<string, any> }) {
{view === VIEW_TYPES.FORGOT_PASSWORD && (
<Fragment>
<h1 style={{ textAlign: 'center' }}>Forgot Password</h1>
<AuthorizerForgotPassword urlProps={{
<AuthorizerForgotPassword
urlProps={{
...urlProps,
redirect_uri: `${window.location.origin}/app/reset-password`,
}} />
}}
/>
<Footer>
<Link
to="#"