update webauthn-autenticate.ftl

This commit is contained in:
Joseph Garrone
2024-05-10 18:30:48 +02:00
parent 570fbd5632
commit 5cfb289736
3 changed files with 222 additions and 178 deletions

View File

@ -340,6 +340,14 @@ export declare namespace KcContext {
displayInfo: boolean;
};
login: {};
realm: {
password: boolean;
registrationAllowed: boolean;
};
registrationDisabled?: boolean;
url: {
registrationUrl?: string;
};
};
export namespace WebauthnAuthenticate {
@ -347,7 +355,7 @@ export declare namespace KcContext {
credentialId: string;
transports: {
iconClass: string;
displayNameProperties: MessageKey[];
displayNameProperties?: MessageKey[];
};
label: string;
createdAt: string;