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 671e6b7 commit 2273cfbCopy full SHA for 2273cfb
ios/Plugin/GenericOAuth2Plugin.swift
@@ -90,6 +90,7 @@ public class GenericOAuth2Plugin: CAPPlugin {
90
91
override public func load() {
92
NotificationCenter.default.addObserver(self, selector: #selector(self.handleRedirect(notification:)), name: .capacitorOpenURL, object: nil)
93
+ NotificationCenter.default.addObserver(self, selector: #selector(self.handleRedirect(notification:)), name: .capacitorOpenUniversalLink, object: nil)
94
registerHandlers()
95
}
96
0 commit comments