provide vercel button, cleanup demo routes

This commit is contained in:
peintnermax
2024-01-29 20:22:29 +01:00
parent 43c98af14d
commit 56a21f111f
2 changed files with 7 additions and 13 deletions

View File

@@ -16,12 +16,7 @@ export const demos: { name: string; items: Item[] }[] = [
{
name: "Loginname",
slug: "loginname",
description: "The entrypoint of the application",
},
{
name: "Password",
slug: "password",
description: "The page to request a users password",
description: "Start the loginflow with loginname",
},
{
name: "Accounts",
@@ -41,17 +36,12 @@ export const demos: { name: string; items: Item[] }[] = [
{
name: "Register",
slug: "register",
description: "Create your ZITADEL account",
description: "Add a user with password or passkey",
},
{
name: "IDP Register",
slug: "register/idp",
description: "Register with an Identity Provider",
},
{
name: "Verify email",
slug: "verify",
description: "Verify your account with an email code",
description: "Add a user from an external identity provider",
},
],
},