{#each customClaims as _, i}
(customClaims = customClaims.filter((_, index) => index !== i))} >
{/each}
{#if error}
{error}
{/if} {#if customClaims.length < limit}
(customClaims = [...customClaims, { key: '', value: '' }])} >
{customClaims.length === 0 ? m.add_custom_claim() : m.add_another()}
{/if}