This commit is contained in:
Pas 2025-12-29 16:51:32 -07:00
parent bd7029723d
commit 7f9b91ea46

View file

@ -201,9 +201,9 @@ export function VerifyPassphrase(props: VerifyPassphraseProps) {
loading={passkeyResult.loading}
onClick={() => authenticatePasskeyFn()}
>
{passkeyResult.loading ? (
{!passkeyResult.loading && (
<Icon icon={Icons.LOCK} className="mr-2" />
) : null}
)}
{t("auth.verify.authenticatePasskey")}
</Button>
</LargeCardButtons>