Skip to content

Commit

Permalink
No Longer Using jwtdecode
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-villencr committed Feb 5, 2025
1 parent 580abba commit 792e355
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 792e355

Please sign in to comment.