Update apps/login/app/(login)/passkey/add/page.tsx

Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
Max Peintner
2023-06-21 06:59:06 +02:00
committed by GitHub
parent 60cf1668f7
commit 4643e9a04f

View File

@@ -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 its 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";