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 && ( {view === VIEW_TYPES.FORGOT_PASSWORD && (
<Fragment> <Fragment>
<h1 style={{ textAlign: 'center' }}>Forgot Password</h1> <h1 style={{ textAlign: 'center' }}>Forgot Password</h1>
<AuthorizerForgotPassword urlProps={{ <AuthorizerForgotPassword
urlProps={{
...urlProps, ...urlProps,
redirect_uri: `${window.location.origin}/app/reset-password`, redirect_uri: `${window.location.origin}/app/reset-password`,
}} /> }}
/>
<Footer> <Footer>
<Link <Link
to="#" to="#"