This commit is contained in:
Max Peintner
2024-11-18 10:42:21 +01:00
parent 5db61c8623
commit fd90fcb752

View File

@@ -34,7 +34,8 @@ export function IdpSignin({
idpIntentToken,
},
authRequestId,
}).catch((error) => {
})
.catch((error) => {
setError(error.message);
return;
})