From 6b842e3d90a4c0b8328fa48ed3d2a942839eee20 Mon Sep 17 00:00:00 2001 From: Arman Date: Wed, 22 Jun 2022 11:08:48 +0200 Subject: [PATCH] feat: implement new card & some refactoring --- .../console/[project]/users/security.svelte | 83 ++++++++++--------- 1 file changed, 43 insertions(+), 40 deletions(-) diff --git a/src/routes/console/[project]/users/security.svelte b/src/routes/console/[project]/users/security.svelte index 5238b0f72..029dfd003 100644 --- a/src/routes/console/[project]/users/security.svelte +++ b/src/routes/console/[project]/users/security.svelte @@ -1,5 +1,5 @@ - -
-
-
-

Users Limit

-

- This limits new users from signing up for your project, regardless of - authentication method. You can still create users from your Appwrite - console. -

-
-
+ +

Users Limit

+

+ This limits new users from signing up for your project, regardless of authentication + method. You can still create users from your Appwrite console. +

+ +
  • @@ -112,38 +109,44 @@ bind:value={newLimit} />
-
-
+ + + -
-
+ + - -
-
-
-

Session Length

-

- If you reduce the limit, users who are currently logged in will be logged - out of the application. -

-
-
-
    - - -
-
-
+ +

Session Length

+

+ If you reduce the limit, users who are currently logged in will be logged out of the + application. +

+ +
+
    +
  • + + +
  • +
+
+
+ + -
-
+ +