Sign in to {client.name} {#if client == null}

Client not found

{:else}

Sign in to {client.name}

{#if errorMessage}

{errorMessage}. Please try again.

{/if} {#if !authorizationRequired && !errorMessage}

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

{:else if authorizationRequired}

{client.name} wants to access the following information:

{#if scope!.includes('email')} {/if} {#if scope!.includes('profile')} {/if} {#if scope!.includes('groups')} {/if}
{/if}
{#if !errorMessage} {:else} {/if}
{/if}