forked from baron/baron-sso
i18n 누락 키 보완 및 biome 포맷 정리
This commit is contained in:
@@ -9,7 +9,9 @@ export function normalizeRole(rawRole: unknown): string {
|
||||
return role;
|
||||
}
|
||||
|
||||
export function resolveProfileRole(profile: Record<string, unknown> | undefined) {
|
||||
export function resolveProfileRole(
|
||||
profile: Record<string, unknown> | undefined,
|
||||
) {
|
||||
if (!profile) return "";
|
||||
const candidates = [
|
||||
profile.role,
|
||||
|
||||
Reference in New Issue
Block a user