1
0
forked from baron/baron-sso

테넌트 전환 UI 구현 및 프로필 연동

This commit is contained in:
2026-03-19 13:01:55 +09:00
parent 759bc1ff68
commit 0f82932b35
2 changed files with 87 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ import {
CardTitle,
} from "../../components/ui/card";
import { t } from "../../lib/i18n";
import ProfileTenantSwitcher from "./ProfileTenantSwitcher";
import { fetchMe } from "../auth/authApi";
function ProfilePage() {
@@ -165,6 +166,8 @@ function ProfilePage() {
</div>
</CardContent>
</Card>
<ProfileTenantSwitcher />
</div>
)}