{#if loading}

Loading...

{:else if error}

Authorization Error

{error}
{:else if consentData}
{#if consentData.logo_uri} {/if}

{consentData.client_name || 'Application'}

wants to access your account

{#if consentData.client_uri} {consentData.client_uri} {/if}
Signing in as: {consentData.did}

Permissions Requested

{#each Object.entries(scopeGroups) as [category, scopes]}

{category}

{#each scopes as scope} {/each}
{/each}
{/if}