mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 22:42:18 +00:00
no u2fId in response
This commit is contained in:
@@ -65,7 +65,7 @@ export default function RegisterU2F({
|
||||
setError(response?.error);
|
||||
}
|
||||
|
||||
if (!response || "u2fId" in response) {
|
||||
if (!response || !("u2fId" in response)) {
|
||||
setLoading(false);
|
||||
setError("An error on registering passkey");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user