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

Fix batch_index in Google Authenticator export
pull/1499/head
Alexander Bakker 5 months ago committed by GitHub
commit 17f106f70d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save