{#if errors.full_messages.length > 0}

Fix the following errors:

{/if}
{#if form_method === "patch"} {/if}

Application details

{#if nameLocked}

Name is locked for verified applications. Contact a superadmin to change it.

{:else} {/if} {#if errors.name.length > 0}

{errors.name[0]}

{/if}

{help_text.redirect_uri}

{#if allow_blank_redirect_uri}

{help_text.blank_redirect_uri}

{/if} {#if errors.redirect_uri.length > 0}

{errors.redirect_uri[0]}

{/if}

Scopes

{#each scope_options as scope} {/each}
{#if errors.scopes.length > 0}

{errors.scopes[0]}

{/if}