Fix batch_index in Google Authenticator export

This commit is contained in:
Michael Schättgen
2024-09-17 20:59:13 +02:00
parent df30e42318
commit 91b632b9cf
+1 -1
View File
@@ -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;
}