From bbef2a953ebf2f7f063641e6764ec8571cd78b75 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 13 Aug 2023 21:02:25 +0900 Subject: enhance(frontend): tweak user moderation page --- packages/frontend/src/scripts/lookup-user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/frontend/src/scripts/lookup-user.ts') diff --git a/packages/frontend/src/scripts/lookup-user.ts b/packages/frontend/src/scripts/lookup-user.ts index 83d7914fb1..75899adbaa 100644 --- a/packages/frontend/src/scripts/lookup-user.ts +++ b/packages/frontend/src/scripts/lookup-user.ts @@ -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)); -- cgit v1.2.3-freya