Skip to content

Commit 699ac5e

Browse files
authored
Update LoginScreen.js
Login Updated
1 parent 52804d9 commit 699ac5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

screens/LoginScreen.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default class LoginScreen extends React.Component{
3535
componentDidMount() {
3636
GoogleSignin.configure({
3737
scopes: ["https://www.googleapis.com/auth/userinfo.profile"],
38-
webClientId: '106054659932-bo6jk5s6eukeib2pf7d8r6n7er6ofn1b.apps.googleusercontent.com',
38+
webClientId: '***', // Enter Your ID Here
3939
offlineAccess: true, // if you want to access Google API on behalf of the user FROM YOUR SERVER
4040
});
4141
}
@@ -204,4 +204,4 @@ const styles=StyleSheet.create({
204204
},
205205

206206
})
207-
207+

0 commit comments

Comments
 (0)