mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 02:08:18 +00:00
provide vercel button, cleanup demo routes
This commit is contained in:
@@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user