Skip to content

Commit 3c24a15

Browse files
authored
Merge pull request #22 from LootLocker/fix/WhiteLabelVerified
Server returns VerifiedAt, we checked for ValidatedAt
2 parents fbb344f + 8aa77c9 commit 3c24a15

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)