Adds edition of user profile

This commit is contained in:
2024-09-03 20:59:43 -04:00
parent 012ad7fcf4
commit f12418bc79
28 changed files with 1398 additions and 182 deletions

View File

@@ -75,8 +75,8 @@ public class GoogleController(
user.Id.ToString(),
user.Email,
user.Alias,
user.FirstName,
user.LastName,
user.Firstname,
user.Lastname,
user.PortraitUrl);
return Ok(new { accessToken = token, email });