mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
GODT-2042: fix setup guide not always showing on first login.
This commit is contained in:
@ -185,11 +185,10 @@ message User {
|
||||
string avatarText = 3;
|
||||
UserState state = 4;
|
||||
bool splitMode = 5;
|
||||
bool setupGuideSeen = 6;
|
||||
int64 usedBytes = 7;
|
||||
int64 totalBytes = 8;
|
||||
bytes password = 9;
|
||||
repeated string addresses = 10;
|
||||
int64 usedBytes = 6;
|
||||
int64 totalBytes = 7;
|
||||
bytes password = 8;
|
||||
repeated string addresses = 9;
|
||||
}
|
||||
|
||||
message UserSplitModeRequest {
|
||||
@ -290,6 +289,7 @@ message LoginTwoPasswordsRequestedEvent {}
|
||||
|
||||
message LoginFinishedEvent {
|
||||
string userID = 1;
|
||||
bool wasSignedOut = 2;
|
||||
}
|
||||
|
||||
//**********************************************************
|
||||
|
||||
Reference in New Issue
Block a user