Fixed typo in attribute name (#3909)
This commit is contained in:
parent
2f71c5dc4f
commit
ab46a292d8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import { KeycloakTextInput } from "../components/keycloak-text-input/KeycloakTex
|
|||
import { useUserProfile } from "../realm-settings/user-profile/UserProfileContext";
|
||||
import useToggle from "../utils/useToggle";
|
||||
|
||||
const ROOT_ATTRIBUTES = ["username", "fistName", "lastName", "email"];
|
||||
const ROOT_ATTRIBUTES = ["username", "firstName", "lastName", "email"];
|
||||
const DEFAULT_ROLES = ["admin", "user"];
|
||||
|
||||
type UserProfileFieldsProps = {
|
||||
|
|
Loading…
Reference in a new issue