Skip to content

Commit f1987b3

Browse files
committed
chore: fix snapshot
1 parent 06575e9 commit f1987b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/auth/plugin/__tests__/__snapshots__/iosPlugin_openUrlFix.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ public class AppDelegate: ExpoAppDelegate {
355355
options: [UIApplication.OpenURLOptionsKey: Any] = [:]
356356
) -> Bool {
357357
// @generated begin @react-native-firebase/auth-openURL - expo prebuild (DO NOT MODIFY)
358-
if url.host.toLowerCase() == "firebaseauth" {
358+
if url.host?.lowercased() == "firebaseauth" {
359359
// invocations for Firebase Auth are handled elsewhere and should not be forwarded to Expo Router
360360
return false
361361
}

0 commit comments

Comments
 (0)