From 116afa8a7b5282db421fab16bdb0f48c89d1b10e Mon Sep 17 00:00:00 2001 From: Arman Date: Thu, 30 Jun 2022 10:52:15 +0200 Subject: [PATCH] fix: replace card with cardGrid component #discussion_r909418818 --- .../[project]/users/authentication.svelte | 76 +++++++++---------- 1 file changed, 36 insertions(+), 40 deletions(-) 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} -
  • - -
  • - {/each} + +

    Auth Methods

    +

    Enable the auth methods you wish to use.

    + + +
      + {#each $authMethods.list as box}
    • -
    • -
    - -
-
-
+ {/each} +
  • + +
  • + + + +

    OAuth2 Providers