Skip to content

Commit 65eadb6

Browse files
committed
chore: format
1 parent 9ce53eb commit 65eadb6

File tree

4 files changed

+905
-903
lines changed

4 files changed

+905
-903
lines changed

app/src/pages/login.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ export default function Login({ urlProps }: { urlProps: Record<string, any> }) {
6060
{view === VIEW_TYPES.FORGOT_PASSWORD && (
6161
<Fragment>
6262
<h1 style={{ textAlign: 'center' }}>Forgot Password</h1>
63-
<AuthorizerForgotPassword urlProps={{
64-
...urlProps,
65-
redirect_uri: `${window.location.origin}/app/reset-password`,
66-
}} />
63+
<AuthorizerForgotPassword
64+
urlProps={{
65+
...urlProps,
66+
redirect_uri: `${window.location.origin}/app/reset-password`,
67+
}}
68+
/>
6769
<Footer>
6870
<Link
6971
to="#"

0 commit comments

Comments
 (0)