Skip to content
Snippets Groups Projects
Commit affc307b authored by Guilherme Gazzo's avatar Guilherme Gazzo
Browse files

fix: do not return services

parent 8f95d5d2
No related branches found
No related tags found
No related merge requests found
......@@ -97,5 +97,9 @@ export async function getFullUserDataByIdOrUsername(
user.canViewAllInfo = canViewAllInfo;
if (user?.services?.password) {
(user.services.password as any) = true;
}
return user;
}
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