diff --git a/app/index.tsx b/app/index.tsx index e5541c1..d1efda8 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -8,10 +8,8 @@ import { styles } from '@/assets/styles/styles'; import { call } from '../components/apiCall'; import { StackNavigationProp } from '@react-navigation/stack'; import { RootStackParamList } from '@/components/Types'; -import { jwtDecode } from "jwt-decode"; import { cLog } from '@/components/log'; - WebBrowser.maybeCompleteAuthSession(); export default function AuthScreen() {