mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Check if registrationEmailAsUsername is explicitly set to false (#27139)
Closes #27137 Signed-off-by: Peter Keuter <github@peterkeuter.nl>
This commit is contained in:
parent
f95bfdf498
commit
0960114c03
@ -387,7 +387,7 @@ export const UserForm = ({
|
||||
isDisabled={
|
||||
!user?.id &&
|
||||
!watchUsernameInput &&
|
||||
!realm.registrationEmailAsUsername
|
||||
realm.registrationEmailAsUsername === false
|
||||
}
|
||||
variant="primary"
|
||||
type="submit"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user