From 2a1505bc0dc533a0c64ead351be62e2e4ca78dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Fri, 22 Mar 2024 06:26:25 +0000 Subject: [PATCH] bug: Fix regression. Admin-users and allowed-users can now be removed through the web interface (#2331) * Fix regression. Admin-users and allowed-users can now be removed through the web interface * remove raw usage from user tab on server admin --- lnbits/core/templates/admin/_tab_users.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lnbits/core/templates/admin/_tab_users.html b/lnbits/core/templates/admin/_tab_users.html index 72f1b7d0..0087f58b 100644 --- a/lnbits/core/templates/admin/_tab_users.html +++ b/lnbits/core/templates/admin/_tab_users.html @@ -23,8 +23,8 @@ @remove="removeAdminUser(user)" color="primary" text-color="white" - v-text="user" > +
@@ -49,8 +49,8 @@ @remove="removeAllowedUser(user)" color="primary" text-color="white" - v-text="user" > +