@ -94,5 +94,9 @@ export async function getFullUserDataByIdOrUsername(
user.canViewAllInfo = canViewAllInfo;
if (user?.services?.password) {
(user.services.password as any) = true;
}
return user;