Add user management frontend interface for admins

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-10 16:38:26 +00:00
co-authored by whyour
parent 15d94f469b
commit 5c798a0e93
5 changed files with 307 additions and 2 deletions
+1
View File
@@ -97,6 +97,7 @@ export default (app: Router) => {
username: authInfo.username,
avatar: authInfo.avatar,
twoFactorActivated: authInfo.twoFactorActivated,
role: req.user?.role,
},
});
} catch (e) {