1
0
forked from baron/baron-sso
This commit is contained in:
2026-03-17 10:17:25 +09:00
parent f239ac984f
commit 8bc5b5a49b
7 changed files with 237 additions and 33 deletions

View File

@@ -45,7 +45,9 @@ type UserSchemaField = {
validation?: string;
};
type UserFormValues = UserUpdateRequest & { metadata: Record<string, Record<string, unknown>> };
type UserFormValues = UserUpdateRequest & {
metadata: Record<string, Record<string, unknown>>;
};
// [New] Component for per-tenant profile/schema management
function TenantProfileCard({