mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-19 21:39:18 +00:00
Merge pull request #1492 from michaelschattgen/fix/google-auth-proto
Fix batch_index in Google Authenticator export
This commit is contained in:
commit
17f106f70d
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,6 @@ message MigrationPayload {
|
||||||
repeated OtpParameters otp_parameters = 1;
|
repeated OtpParameters otp_parameters = 1;
|
||||||
int32 version = 2;
|
int32 version = 2;
|
||||||
int32 batch_size = 3;
|
int32 batch_size = 3;
|
||||||
int32 batch_index = 4;
|
optional int32 batch_index = 4;
|
||||||
int32 batch_id = 5;
|
int32 batch_id = 5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue