Skip to content

Commit

Permalink
Fix batch_index in Google Authenticator export
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschattgen committed Sep 17, 2024
1 parent df30e42 commit 91b632b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/proto/google_auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 91b632b

Please sign in to comment.