diff --git a/authentication/src/app/flow/login/page.tsx b/authentication/src/app/flow/login/page.tsx index 6d08e30..8a689d0 100644 --- a/authentication/src/app/flow/login/page.tsx +++ b/authentication/src/app/flow/login/page.tsx @@ -144,9 +144,11 @@ export default function Login() {
{ flow ? - : @@ -155,8 +157,11 @@ export default function Login() { { flow ? : diff --git a/authentication/src/app/flow/recovery/page.tsx b/authentication/src/app/flow/recovery/page.tsx index 7d699be..60ae1f3 100644 --- a/authentication/src/app/flow/recovery/page.tsx +++ b/authentication/src/app/flow/recovery/page.tsx @@ -114,7 +114,10 @@ export default function Recovery() { { flow ? diff --git a/authentication/src/app/flow/registration/page.tsx b/authentication/src/app/flow/registration/page.tsx index 7a26aca..4dd0eb7 100644 --- a/authentication/src/app/flow/registration/page.tsx +++ b/authentication/src/app/flow/registration/page.tsx @@ -121,7 +121,10 @@ export default function Registration() { { flow ? diff --git a/authentication/src/app/flow/verification/page.tsx b/authentication/src/app/flow/verification/page.tsx index ac18b79..365413e 100644 --- a/authentication/src/app/flow/verification/page.tsx +++ b/authentication/src/app/flow/verification/page.tsx @@ -113,7 +113,10 @@ export default function Verification() { { flow ?