Skip to content

Commit

Permalink
hi fi login page created
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynzhuang committed Nov 8, 2024
1 parent 4b10654 commit 37c71bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/screens/login/GoogleSignInButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as Google from 'expo-auth-session/providers/google';
import * as WebBrowser from 'expo-web-browser';
import AsyncStorage from '@react-native-async-storage/async-storage';
import { NativeStackScreenProps } from '@react-navigation/native-stack';
import { LoginStackParamList } from '@/navigation/types';
import { LoginStackParamList } from '@/types/navigation';
import { styles } from './styles';

WebBrowser.maybeCompleteAuthSession();
Expand Down Expand Up @@ -63,7 +63,6 @@ export default function GoogleSignInButton({ navigation, route }: LoginProps) {

return (
<TouchableOpacity
style={styles.adminLoginLinkText}
onPress={() => {
promptAsync();
navigation.navigate('AllTrees');
Expand Down

0 comments on commit 37c71bc

Please sign in to comment.