diff --git a/frontend/src/routes/authorize/+page.svelte b/frontend/src/routes/authorize/+page.svelte index 57213fd..0a5e453 100644 --- a/frontend/src/routes/authorize/+page.svelte +++ b/frontend/src/routes/authorize/+page.svelte @@ -83,16 +83,17 @@

Sign in to {client.name}

- {#if !authorizationRequired} + {#if errorMessage}

- {#if errorMessage} - {errorMessage}. Please try again. - {:else} - Do you want to sign in to {client.name} with your - {$applicationConfigurationStore.appName} account? - {/if} + {errorMessage}. Please try again.

- {:else} + {/if} + {#if !authorizationRequired && !errorMessage} +

+ Do you want to sign in to {client.name} with your + {$applicationConfigurationStore.appName} account? +

+ {:else if authorizationRequired}