Remove plugin center login without url (#1978)

This removes the "login" button for the plugin center, when the authentication url is not set.
This commit is contained in:
René Pfeuffer
2022-03-21 08:21:36 +01:00
committed by GitHub
parent 9ec38a858d
commit 4bba593714
7 changed files with 37 additions and 15 deletions

View File

@@ -46,6 +46,7 @@ export const useUpdateConfig = () => {
onSuccess: async () => {
await queryClient.invalidateQueries("config");
await queryClient.invalidateQueries("index");
await queryClient.invalidateQueries("pluginCenterAuth");
}
}
);