ENCOA-136: Profile Pictures of all accounts should be by Default Encoach Logo

This commit is contained in:
Tiago Ribeiro
2024-08-29 12:51:10 +01:00
parent 73525f1dc0
commit 3b77d3fc0b
2 changed files with 2 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ async function post(req: NextApiRequest, res: NextApiResponse) {
focus: "academic",
status: "active",
desiredLevels: DEFAULT_DESIRED_LEVELS,
profilePicture: "/defaultAvatar.png",
levels: DEFAULT_LEVELS,
isFirstLogin: false,
isVerified: true,