feat: update keycloak service config

This commit is contained in:
hanif salafi 2025-09-02 08:54:18 +07:00
parent 59c888d43c
commit c353fd06c7
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ func (_keycloak *KeycloakConfig) CreateUser(fullname string, email string, usern
}
var group []string
group = append(group, "humas")
group = append(group, "medols")
user := gocloak.User{
FirstName: gocloak.StringP(fullname),
LastName: gocloak.StringP(""),