Minor fix
This commit is contained in:
parent
679922bdfe
commit
8831560151
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Code {
|
|||
updatedType,
|
||||
updatedCounter,
|
||||
"otpauth://${updatedType.name}/$updateIssuer:$updateAccount?algorithm=${updatedAlgo.name}"
|
||||
"${updatedType == Type.steam ? "" : "&digits=$updatedDigits"}&issuer=$updateIssuer"
|
||||
"&digits=$updatedDigits&issuer=$updateIssuer"
|
||||
"&period=$updatePeriod&secret=$updatedSecret${updatedType == Type.hotp ? "&counter=$updatedCounter" : ""}",
|
||||
generatedID: generatedID,
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue