Skip to content

Commit

Permalink
Merge pull request #1492 from michaelschattgen/fix/google-auth-proto
Browse files Browse the repository at this point in the history
Fix batch_index in Google Authenticator export
  • Loading branch information
alexbakker committed Sep 17, 2024
2 parents 8b8e071 + 91b632b commit 17f106f
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 17f106f

Please sign in to comment.