fix: toggle as pure HTML form — no JS, no fetch, just POST+redirect

- views/index.ejs: onclick+fetch → form method=POST с button
- ui/routes/auth.js: JSON → res.redirect(Referer)
- Текст меняется: «Администратор» ↔ «Выйти из админки»
This commit is contained in:
2026-06-11 14:59:59 +04:00
parent fa4d5646fa
commit 9cb53df8b1
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ipwhitelist",
"version": "0.5.48",
"version": "0.5.49",
"description": "IP WhiteList microservice for cloud provider",
"main": "server.js",
"scripts": {