Merge pull request #1492 from michaelschattgen/fix/google-auth-proto

Fix batch_index in Google Authenticator export
This commit is contained in:
Alexander Bakker 2024-09-17 21:30:48 +02:00 committed by GitHub
commit 17f106f70d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,6 @@ message MigrationPayload {
repeated OtpParameters otp_parameters = 1; repeated OtpParameters otp_parameters = 1;
int32 version = 2; int32 version = 2;
int32 batch_size = 3; int32 batch_size = 3;
int32 batch_index = 4; optional int32 batch_index = 4;
int32 batch_id = 5; int32 batch_id = 5;
} }