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