mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
parent
0f24d5c227
commit
c8f0d1413b
1 changed files with 4 additions and 1 deletions
|
@ -35,5 +35,8 @@ export default define(meta, async (ps, me) => {
|
|||
throw new Error('cannot show info of admin');
|
||||
}
|
||||
|
||||
return user;
|
||||
return {
|
||||
...user,
|
||||
token: user.token != null ? '<MASKED>' : user.token,
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue