mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
parent
0f24d5c227
commit
c8f0d1413b
@ -35,5 +35,8 @@ export default define(meta, async (ps, me) => {
|
|||||||
throw new Error('cannot show info of admin');
|
throw new Error('cannot show info of admin');
|
||||||
}
|
}
|
||||||
|
|
||||||
return user;
|
return {
|
||||||
|
...user,
|
||||||
|
token: user.token != null ? '<MASKED>' : user.token,
|
||||||
|
};
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user