Feature update-user-profile.ftl #164

This commit is contained in:
garronej
2022-09-09 02:07:29 +02:00
parent d8b00da3a1
commit 4159883791
8 changed files with 381 additions and 258 deletions

View File

@ -310,7 +310,7 @@ export function useFormValidationSlice(params: {
profile: {
attributes: Attribute[];
};
passwordRequired: boolean;
passwordRequired?: boolean;
realm: { registrationEmailAsUsername: boolean };
};
/** NOTE: Try to avoid passing a new ref every render for better performances. */