mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:52:24 +00:00
Update apps/login/app/(login)/passkey/add/page.tsx
Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -23,7 +23,7 @@ export default async function Page({
|
|||||||
}
|
}
|
||||||
const title = !!prompt
|
const title = !!prompt
|
||||||
? "Authenticate with a passkey"
|
? "Authenticate with a passkey"
|
||||||
: "Use your passkey to confirm it’s really you";
|
: "Use your passkey to confirm it's really you";
|
||||||
const description = !!prompt
|
const description = !!prompt
|
||||||
? "When set up, you will be able to authenticate without a password."
|
? "When set up, you will be able to authenticate without a password."
|
||||||
: "Your device will ask for your fingerprint, face, or screen lock";
|
: "Your device will ask for your fingerprint, face, or screen lock";
|
||||||
|
|||||||
Reference in New Issue
Block a user