mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
GODT-1609: use byte array for password
This commit is contained in:
committed by
James Houlahan
parent
3b5f931f06
commit
b536b8707e
@ -148,7 +148,7 @@ message ReportBugRequest {
|
||||
|
||||
message LoginRequest {
|
||||
string username = 1;
|
||||
string password = 2;
|
||||
bytes password = 2;
|
||||
}
|
||||
|
||||
message LoginAbortRequest {
|
||||
@ -189,7 +189,7 @@ message User {
|
||||
bool setupGuideSeen = 6;
|
||||
int64 usedBytes = 7;
|
||||
int64 totalBytes = 8;
|
||||
string password = 9;
|
||||
bytes password = 9;
|
||||
repeated string addresses = 10;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user