Skip to content

Commit 076093b

Browse files
authored
Update platform.ts
1 parent 3f53385 commit 076093b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth-compat/src/platform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function _isHttpOrHttps(): boolean {
5252
export function _isAndroidOrIosCordovaScheme(ua: string = getUA()): boolean {
5353
return !!(
5454
(_getCurrentScheme() === 'file:' || _getCurrentScheme() === 'ionic:'
55-
|| _getCurrentScheme() === 'capacitor:') &&
55+
|| _getCurrentScheme() === 'capacitor:') &&
5656
ua.toLowerCase().match(/iphone|ipad|ipod|android/)
5757
);
5858
}

0 commit comments

Comments
 (0)