1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 08:26:19 +02:00

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));