Skip to content

Commit e8d83bb

Browse files
committed
style: format
1 parent 350aec8 commit e8d83bb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/routes/login.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,13 @@ export const createLoginRoute: RouteCreator =
184184
title: flow.refresh
185185
? "Confirm it's you"
186186
: flow.requested_aal === "aal2"
187-
? "Two-Factor Authentication"
188-
: "Sign In",
187+
? "Two-Factor Authentication"
188+
: "Sign In",
189189
...(flow.oauth2_login_request && {
190-
subtitle: `To authenticate ${flow.oauth2_login_request.client?.client_name ||
190+
subtitle: `To authenticate ${
191+
flow.oauth2_login_request.client?.client_name ||
191192
flow.oauth2_login_request.client?.client_id
192-
}`,
193+
}`,
193194
}),
194195
flow: flow as SelfServiceFlow,
195196
flowType: "login",

0 commit comments

Comments
 (0)