We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc35f38 + a2de1c5 commit 67153dbCopy full SHA for 67153db
1 file changed
Sources/EasyExtensions.AspNetCore.Authorization/Models/Dto/GoogleOpenIdResponseDto.cs
@@ -36,7 +36,7 @@ public class GoogleOpenIdResponseDto
36
/// Gets or sets the family name (surname) of the person.
37
/// </summary>
38
[JsonPropertyName("family_name")]
39
- public string FamilyName { get; set; } = null!;
+ public string? FamilyName { get; set; }
40
41
/// <summary>
42
/// Gets or sets the URL of the user's profile picture.
0 commit comments