diff --git a/app/docker/views/registries/access/registryAccessController.js b/app/docker/views/registries/access/registryAccessController.js index 1db59b7c4..244029d97 100644 --- a/app/docker/views/registries/access/registryAccessController.js +++ b/app/docker/views/registries/access/registryAccessController.js @@ -45,8 +45,6 @@ class DockerRegistryAccessController { $onInit() { return this.$async(async () => { - this.Authentication.redirectIfUnauthorized(['PortainerRegistryUpdateAccess']); - this.registryTo = window.location.hash.match(/#!\/\d+\/docker\/swarm\/registries/) ? 'docker.swarm.registries' : 'docker.host.registries'; try {