1
0
forked from baron/baron-sso

로그인 invalid_request 오류 해결

This commit is contained in:
2026-03-18 12:31:25 +09:00
parent 9d888a1162
commit 1af3103cde
6 changed files with 7 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ export interface UserProfile {
email: string;
name: string;
role: string;
phone?: string;
companyCode?: string;
tenantId?: string;
tenant?: Tenant;