enhance(frontend): tweak user moderation page

This commit is contained in:
syuilo 2023-08-13 21:02:25 +09:00
parent a8d7b69fbd
commit bbef2a953e
12 changed files with 126 additions and 138 deletions

View file

@ -14,7 +14,7 @@ export async function lookupUser() {
if (canceled) return;
const show = (user) => {
os.pageWindow(`/user-info/${user.id}`);
os.pageWindow(`/admin/user/${user.id}`);
};
const usernamePromise = os.api('users/show', Acct.parse(result));