Merge remote-tracking branch 'origin/feature/update-current-user' into feature/update-current-user
# Conflicts: # src/Application/Common/Interfaces/IIdentityService.cs # src/Application/Common/Models/Result.cs # src/Application/Common/Models/UserModel.cs # src/Application/Users/Commands/UpdateCurrentUserCommand.cs # src/Application/Users/Models/SocialNetworksModel.cs # src/Application/Users/Queries/GetCurrentUser/GetCurrentUser.cs # src/Application/Users/Queries/GetCurrentUser/UserDto.cs # src/Infrastructure/Identity/ApplicationUser.cs # src/Infrastructure/Identity/IdentityService.cs # src/Infrastructure/Utils/GenerateJwtToken.cs # src/Web/Controllers/GoogleController.cs # src/Web/Endpoints/UpdateMyUser.cs
This commit is contained in:
@@ -71,7 +71,7 @@ public class GoogleController(IIdentityService identityService, IHttpClientFacto
|
||||
user.Email,
|
||||
user.FirstName,
|
||||
user.LastName,
|
||||
user.ProfilePictureUrl);
|
||||
user.PortraitUrl);
|
||||
|
||||
return Ok(new { accessToken = token, email });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user