Skip to content

Commit

Permalink
ready for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aryan-bhardwaj committed Sep 12, 2024
1 parent 11ace42 commit 653978a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion screens/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const Login: React.FC<LoginProps> = ({ navigation }) => {
}, [token, navigation]);

const handleLoginPress = () => {
navigation.navigate("Main");
WebBrowser.openAuthSessionAsync(
`${authUrl}?redirect_uri=${redirectURL}`,
redirectURL
Expand Down

0 comments on commit 653978a

Please sign in to comment.