mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Minor fix
This commit is contained in:
parent
679922bdfe
commit
8831560151
@ -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…
x
Reference in New Issue
Block a user