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 3f53385 commit 076093bCopy full SHA for 076093b
packages/auth-compat/src/platform.ts
@@ -52,7 +52,7 @@ function _isHttpOrHttps(): boolean {
52
export function _isAndroidOrIosCordovaScheme(ua: string = getUA()): boolean {
53
return !!(
54
(_getCurrentScheme() === 'file:' || _getCurrentScheme() === 'ionic:'
55
- || _getCurrentScheme() === 'capacitor:') &&
+ || _getCurrentScheme() === 'capacitor:') &&
56
ua.toLowerCase().match(/iphone|ipad|ipod|android/)
57
);
58
}
0 commit comments