From 2abac87f40ff1bf163502a6e84d55ed83cd70c83 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 20 Apr 2023 20:48:34 +0200 Subject: [PATCH] No real purpose of admin permission --- manifest.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4df24b2..527edfe 100644 --- a/manifest.toml +++ b/manifest.toml @@ -74,11 +74,6 @@ ram.runtime = "50M" main.auth_header = false main.protected = true - admin.url = "/admin" - admin.show_tile = false - admin.auth_header = false - admin.allowed = "admins" - [resources.ports] main.default = 5000