Dot not create fake attribute field, hide password confirm at an higher level

This commit is contained in:
Joseph Garrone
2024-04-22 04:06:06 +02:00
parent 8030bf42ff
commit f09ea971cf
2 changed files with 4 additions and 11 deletions

View File

@ -540,12 +540,6 @@ export type Attribute = {
validators: Validators;
annotations: Record<string, string>;
multivalued?: boolean;
/**
* NOTE: This is not a Keycloak attribute, it's a Keycloakify addition.
* usecase is to enable to hide the password confirmation if the theme is configured like that.
* SEE: https://github.com/keycloakify/keycloakify/issues/238#issuecomment-1874605774
*/
hidden?: boolean;
autocomplete?:
| "on"
| "off"