mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
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:
@@ -46,6 +46,7 @@ export const useUpdateConfig = () => {
|
||||
onSuccess: async () => {
|
||||
await queryClient.invalidateQueries("config");
|
||||
await queryClient.invalidateQueries("index");
|
||||
await queryClient.invalidateQueries("pluginCenterAuth");
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user