From cb3edbe3632f3df158952e66327f10542ef5c102 Mon Sep 17 00:00:00 2001 From: Stefan Benz <46600784+stebenz@users.noreply.github.com> Date: Tue, 29 Jul 2025 16:14:15 +0200 Subject: [PATCH] docs: remove beta from hosted login version 2 title --- docs/docs/guides/integrate/login/hosted-login.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/integrate/login/hosted-login.mdx b/docs/docs/guides/integrate/login/hosted-login.mdx index 09fb86f8f0..6fb535bf19 100644 --- a/docs/docs/guides/integrate/login/hosted-login.mdx +++ b/docs/docs/guides/integrate/login/hosted-login.mdx @@ -129,7 +129,7 @@ With the introduction of passkeys the gesture can be provided on ANY of the user This is not strictly the device where the login flow is being executed (e.g., on a mobile device). The user experience depends mainly on the operating system and browser. -## Hosted Login Version 2 (Beta) +## Hosted Login Version 2 We have worked on a new, self-hostable implementation of our hosted login built with Next.js and leveraging our [Session API](/docs/guides/integrate/login/login-users#zitadels-session-api). This solution empowers you to easily fork and customize the login experience to perfectly match your brand and needs.