Fixed typo in attribute name (#3909)

This commit is contained in:
Erik Jan de Wit 2022-12-01 06:58:45 -05:00 committed by GitHub
parent 2f71c5dc4f
commit ab46a292d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {