Fix LoginPasskesConditionalAuthenticate

This commit is contained in:
Joseph Garrone
2024-09-09 06:59:11 +02:00
parent 1d57f4b4dc
commit 7e5abe8589
9 changed files with 102 additions and 151 deletions

View File

@ -149,10 +149,6 @@ export declare namespace KcContext {
getFirstError: (...fieldNames: string[]) => string;
};
authenticationSession?: {
authSessionId: string;
tabId: string;
};
properties: {};
"x-keycloakify": {
messages: Record<string, string>;
@ -593,7 +589,7 @@ export declare namespace KcContext {
challenge: string;
userVerification: string;
rpId: string;
createTimeout: number | string;
createTimeout: number;
authenticators?: {
authenticators: WebauthnAuthenticate.WebauthnAuthenticator[];