{#if isConfirmOpen} (isConfirmOpen = false)} onConfirm={() => handleSave(true)}>

Are you sure you want to disable all login methods? Login will be completely disabled.

To re-enable, use a Server Command.

{/if}

For more details about this feature, refer to the docs.

{#if config.oauth.enabled}
handleToggleOverride()} bind:checked={config.oauth.mobileOverrideEnabled} /> {#if config.oauth.mobileOverrideEnabled} {/if} {/if}
dispatch('reset', { ...detail, configKeys: ['passwordLogin', 'oauth'] })} on:save={() => handleSave(false)} />