From 9daafa75df0b6db457632e3aceab760d13e3c26b Mon Sep 17 00:00:00 2001 From: Alano Terblanche <18033717+Benehiko@users.noreply.github.com> Date: Mon, 26 Jun 2023 10:10:15 +0200 Subject: [PATCH] style: format --- src/routes/login.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/routes/login.ts b/src/routes/login.ts index 04a1ba73..b465be4e 100644 --- a/src/routes/login.ts +++ b/src/routes/login.ts @@ -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",