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 54920bc commit 4d9428bCopy full SHA for 4d9428b
FirebaseAuth/Sources/Swift/MultiFactor/TOTP/TOTPSecret.swift
@@ -54,7 +54,7 @@ import Foundation
54
///
55
/// See more details
56
/// [here](https://developer.apple.com/documentation/authenticationservices/securing_logins_with_icloud_keychain_verification_codes)
57
- @objc(openInOTPAppWithQRCodeURL:)
+ @MainActor @objc(openInOTPAppWithQRCodeURL:)
58
open func openInOTPApp(withQRCodeURL qrCodeURL: String) {
59
if GULAppEnvironmentUtil.isAppExtension() {
60
// iOS App extensions should not call [UIApplication sharedApplication], even if
0 commit comments