diff --git a/src/routes/console/[project]/users/authentication.svelte b/src/routes/console/[project]/users/authentication.svelte index aae4b4b8b..e4c2350ef 100644 --- a/src/routes/console/[project]/users/authentication.svelte +++ b/src/routes/console/[project]/users/authentication.svelte @@ -1,5 +1,5 @@ - - - - Auth Methods - Enable the auth methods you wish to use. - - - - - {#each $authMethods.list as box} - - - { - authUpdate(box.method, box.value); - }} /> - - {box.label} - - - - {/each} + + Auth Methods + Enable the auth methods you wish to use. + + + + {#each $authMethods.list as box} - + + bind:checked={box.value} + on:change={() => { + authUpdate(box.method, box.value); + }} /> - Phone - (soon) + {box.label} - - - - - + {/each} + + + + + Phone + (soon) + + + + + + + OAuth2 Providers
Enable the auth methods you wish to use.