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:
@ -264,7 +264,7 @@ export const kcContextMocks = [
|
||||
"social": {
|
||||
"displayInfo": true
|
||||
},
|
||||
"usernameEditDisabled": false,
|
||||
"usernameHidden": false,
|
||||
"login": {},
|
||||
"registrationDisabled": false
|
||||
}),
|
||||
|
Reference in New Issue
Block a user