chore: tweak user api definition

This commit is contained in:
Steven
2024-03-18 12:56:52 +08:00
parent f3fb5e0c60
commit 86db6d0254
27 changed files with 1342 additions and 960 deletions

View File

@ -33,8 +33,6 @@ const SignIn = () => {
workspaceSettingStore.getWorkspaceSettingByKey(WorkspaceSettingKey.WORKSPACE_SETTING_GENERAL).generalSetting ||
WorkspaceGeneralSetting.fromPartial({});
console.log("workspaceGeneralSetting", workspaceGeneralSetting);
useEffect(() => {
const fetchIdentityProviderList = async () => {
const { data: identityProviderList } = await api.getIdentityProviderList();