mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 07:24:56 -06:00
comment out google-signin in GoogleAuth.js
This commit is contained in:
parent
c93022a674
commit
f86061d292
1 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// @flow
|
||||
import { GoogleSignin } from 'react-native-google-signin';
|
||||
// import { GoogleSignin } from 'react-native-google-signin';
|
||||
|
||||
export type GoogleUser = {
|
||||
name: string,
|
||||
|
|
@ -9,8 +9,8 @@ export type GoogleUser = {
|
|||
};
|
||||
|
||||
export const authGoogle = async () => {
|
||||
await GoogleSignin.configure({
|
||||
webClientId: '648700523612-5p6rpumnhcjr4635hnsg4d7cg88ue3te.apps.googleusercontent.com',
|
||||
});
|
||||
return GoogleSignin.signIn();
|
||||
// await GoogleSignin.configure({
|
||||
// webClientId: '648700523612-5p6rpumnhcjr4635hnsg4d7cg88ue3te.apps.googleusercontent.com',
|
||||
// });
|
||||
// return GoogleSignin.signIn();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue