From 8006fca0c523f39d5044fe7ba1509093499b5431 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 12 Aug 2026 12:00:19 +0800 Subject: [PATCH] fix: use RBAC /rbac/user/login.ui for authentication instead of custom login modal --- wwwroot/index.html | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/wwwroot/index.html b/wwwroot/index.html index ba20699..549e5fd 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -56,13 +56,10 @@ body{font-family:system-ui;background:var(--bg);color:var(--text);min-height:100