forked from baron/baron-sso
테넌트 전환 UI 구현 및 프로필 연동
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user