1
0
forked from baron/baron-sso

조직현황 구조변경. 총괄센터삼안 실 조직 삽입확인

This commit is contained in:
2026-05-11 20:13:54 +09:00
parent d3853fac2a
commit 3063450ee0
59 changed files with 5086 additions and 549 deletions

View File

@@ -140,7 +140,7 @@ func buildSuperAdminBrokerUser(email, name string) *domain.BrokerUser {
"department": "Admin",
"affiliationType": "internal",
"companyCode": "",
"grade": "admin",
"grade": "",
"role": domain.RoleSuperAdmin,
},
}

View File

@@ -35,7 +35,7 @@ func SeedAdminIdentity(idp domain.IdentityProvider) (string, error) {
"department": "Admin",
"affiliationType": "internal",
"companyCode": "",
"grade": "admin",
"grade": "",
"role": "super_admin", // Explicitly set role for Kratos traits
},
}