From ad107b4fbfb5e1e3286b66e3592ed0b62d2d0628 Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Fri, 7 Jun 2024 10:05:03 -0600 Subject: [PATCH] Fix quotes --- .../react-native/templates/app/modules/login/login.utils.ts.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/react-native/templates/app/modules/login/login.utils.ts.ejs b/generators/react-native/templates/app/modules/login/login.utils.ts.ejs index 2fff11ff1..a5b3b7cbd 100644 --- a/generators/react-native/templates/app/modules/login/login.utils.ts.ejs +++ b/generators/react-native/templates/app/modules/login/login.utils.ts.ejs @@ -1,5 +1,5 @@ import { Platform } from 'react-native'; -import { AuthRequest, AuthSessionResult, DiscoveryDocument, makeRedirectUri } from "expo-auth-session"; +import { AuthRequest, AuthSessionResult, DiscoveryDocument, makeRedirectUri } from 'expo-auth-session'; import * as AuthSession from 'expo-auth-session'; import * as WebBrowser from 'expo-web-browser'; import * as Linking from 'expo-linking';