Use server rereg flag to show post reg restore flows.

This commit is contained in:
Cody Henthorne
2025-08-07 16:11:28 -04:00
committed by Greyson Parrelli
parent f255160c4a
commit 27ddc97ea4
6 changed files with 15 additions and 7 deletions

View File

@@ -16,6 +16,9 @@ public class VerifyAccountResponse {
@JsonProperty
public String number;
@JsonProperty
public boolean reregistration;
@JsonCreator
public VerifyAccountResponse() {}