mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-21 22:39:12 +00:00
Fix batch_index in Google Authenticator export
This commit is contained in:
parent
df30e42318
commit
91b632b9cf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue