We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0e252 commit 1166090Copy full SHA for 1166090
FirebaseAuth/Sources/Swift/MultiFactor/TOTP/TOTPSecret.swift
@@ -47,7 +47,7 @@ import Foundation
47
return ""
48
}
49
return "otpauth://totp/\(issuer):\(accountName)?secret=\(secretKey)&issuer=\(issuer)" +
50
- "&algorithm=%\(hashingAlgorithm)&digits=\(codeLength)"
+ "&algorithm=\(hashingAlgorithm)&digits=\(codeLength)"
51
52
53
/// Opens the specified QR Code URL in a password manager like iCloud Keychain.
0 commit comments