Skip to content
Snippets Groups Projects
Commit e69554f8 authored by syuilo's avatar syuilo
Browse files

Delete publicKey of remote user

parent 70d5d445
No related branches found
No related tags found
No related merge requests found
......@@ -359,6 +359,8 @@ export const pack = (
if (!opts.detail) {
delete _user.twoFactorEnabled;
}
} else {
delete _user.publicKey;
}
_user.avatarUrl = _user.avatarId != null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment