Fix batch_index in Google Authenticator export

pull/1492/head
Michael Schättgen 5 months ago
parent df30e42318
commit 91b632b9cf

@ -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