Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Benehiko committed Jun 28, 2023
1 parent 55c6377 commit 9daafa7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/routes/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,13 @@ export const createLoginRoute: RouteCreator =
title: flow.refresh
? "Confirm it's you"
: flow.requested_aal === "aal2"
? "Two-Factor Authentication"
: "Sign In",
? "Two-Factor Authentication"
: "Sign In",
...(flow.oauth2_login_request && {
subtitle: `To authenticate ${flow.oauth2_login_request.client?.client_name ||
subtitle: `To authenticate ${
flow.oauth2_login_request.client?.client_name ||
flow.oauth2_login_request.client?.client_id
}`,
}`,
}),
flow: flow as SelfServiceFlow,
flowType: "login",
Expand Down

0 comments on commit 9daafa7

Please sign in to comment.