Skip to content

Commit 67153db

Browse files
author
Vadim Belov
committed
2 parents fc35f38 + a2de1c5 commit 67153db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/EasyExtensions.AspNetCore.Authorization/Models/Dto/GoogleOpenIdResponseDto.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class GoogleOpenIdResponseDto
3636
/// Gets or sets the family name (surname) of the person.
3737
/// </summary>
3838
[JsonPropertyName("family_name")]
39-
public string FamilyName { get; set; } = null!;
39+
public string? FamilyName { get; set; }
4040

4141
/// <summary>
4242
/// Gets or sets the URL of the user's profile picture.

0 commit comments

Comments
 (0)