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.