forked from baron/baron-sso
린트 4
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user