diff --git a/FirebaseAuth/Sources/Swift/MultiFactor/TOTP/TOTPSecret.swift b/FirebaseAuth/Sources/Swift/MultiFactor/TOTP/TOTPSecret.swift index 9791b974e52..b9f1d913920 100644 --- a/FirebaseAuth/Sources/Swift/MultiFactor/TOTP/TOTPSecret.swift +++ b/FirebaseAuth/Sources/Swift/MultiFactor/TOTP/TOTPSecret.swift @@ -47,7 +47,7 @@ import Foundation return "" } return "otpauth://totp/\(issuer):\(accountName)?secret=\(secretKey)&issuer=\(issuer)" + - "&algorithm=%\(hashingAlgorithm)&digits=\(codeLength)" + "&algorithm=\(hashingAlgorithm)&digits=\(codeLength)" } /// Opens the specified QR Code URL in a password manager like iCloud Keychain.