enhance(frontend): tweak user moderation page
This commit is contained in:
parent
a8d7b69fbd
commit
bbef2a953e
12 changed files with 126 additions and 138 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue