fix last commit. bring back option required by quicksy

(cherry picked from commit 717aeddb82e25fed0b4dc4591985f762cb81536d)
(cherry picked from commit 27b2c4d098)
This commit is contained in:
Daniel Gultsch 2022-09-25 15:18:45 +02:00 committed by Arne
parent 2af30485ed
commit 9d491422bc

View file

@ -70,6 +70,7 @@ public class Account extends AbstractEntity implements AvatarService.Avatarable
public static final int OPTION_REQUIRES_ACCESS_MODE_CHANGE = 5;
public static final int OPTION_LOGGED_IN_SUCCESSFULLY = 6;
public static final int OPTION_HTTP_UPLOAD_AVAILABLE = 7;
public static final int OPTION_UNVERIFIED = 8;
public static final int OPTION_FIXED_USERNAME = 9;
public static final int OPTION_QUICKSTART_AVAILABLE = 10;