diff --git a/src/routes/console/project-[project]/auth/security/+page.svelte b/src/routes/console/project-[project]/auth/security/+page.svelte index f69b91395..dd2a63c66 100644 --- a/src/routes/console/project-[project]/auth/security/+page.svelte +++ b/src/routes/console/project-[project]/auth/security/+page.svelte @@ -1,8 +1,10 @@ - - - Services -

- Choose services you wish to enable or disable for the client API. When disabled, the - services are not accessible to client SDKs but remain accessible to server SDKs. -

- -
-
    -
  • - -
  • -
  • - -
  • -
-
-
- - {#each $services.list as service} - { - serviceUpdate(service); - }} /> - {/each} - -
-
- - diff --git a/src/routes/console/project-[project]/auth/security/updatePwned.svelte b/src/routes/console/project-[project]/auth/security/updatePwned.svelte new file mode 100644 index 000000000..1efd11837 --- /dev/null +++ b/src/routes/console/project-[project]/auth/security/updatePwned.svelte @@ -0,0 +1,81 @@ + + + + Password Pwned +

+ Check if your users' password has been compromised in a data breach using the + API. +

+ + {#if isCloud && $organization.billingPlan === 'tier-0'} + +

+ You have 234 users with compromised passwords. To view the full list of + compromised users, upgrade you plan. +

+ + + +
+ {:else} +
+
+
    +
  • + +
  • +
  • + +
  • +
+ +
+
+ + +

You have 234 users with compromised passwords.

+
+
+ + { + console.log('w'); + }}> + +

+ Enable password check using the Have I Been Pwned API. +

+
+
+
+
+
+ {/if} + + + {#if $organization.billingPlan === 'tier-0'} + + {/if} + +