fix: usernameEditDisabled renamed to usernameHidden
- update KcContext definition for login.ftl - update the username field rendering conditions in Login.tsx Closes #397
This commit is contained in:
@ -75,7 +75,7 @@ export const WithImmutablePresetUsername = () => (
|
||||
<PageStory
|
||||
kcContext={{
|
||||
login: { username: "max.mustermann@mail.com" },
|
||||
usernameEditDisabled: true
|
||||
usernameHidden: true
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
Reference in New Issue
Block a user