Skip to content

Commit 8aa77c9

Browse files
committed
Server returns VerifiedAt, we checked for ValidatedAt
1 parent fbb344f commit 8aa77c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Game/Requests/WhiteLabelRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class LootLockerWhiteLabelSignupResponse : LootLockerResponse
4040

4141
public string DeletedAt { get; set; }
4242

43-
public string ValidatedAt { get; set; }
43+
public string VerifiedAt { get; set; }
4444
}
4545

4646
public class LootLockerWhiteLabelLoginResponse : LootLockerWhiteLabelSignupResponse

0 commit comments

Comments
 (0)