1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-30 12:14:01 +02:00
This commit is contained in:
syuilo
2025-08-26 13:34:41 +09:00
parent eb9915baf8
commit d6a1046361
41 changed files with 289 additions and 140 deletions

View File

@@ -52,7 +52,7 @@ export async function lookupUserByEmail() {
const user = await os.apiWithDialog('admin/accounts/find-by-email', { email: result });
os.pageWindow(`/admin/user/${user.id}`);
} catch (err) {
} catch (err: any) {
if (err.code === 'USER_NOT_FOUND') {
os.alert({
type: 'error',