mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 09:54:55 -06:00
revert to web client token
This commit is contained in:
parent
f37e919284
commit
02384f3f0e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ export type GoogleUser = {
|
|||
|
||||
export const authGoogle = async () => {
|
||||
await GoogleSignin.configure({
|
||||
webClientId: '648700523612-812quqm392fiio9s671pi5c7mmol7bas.apps.googleusercontent.com',
|
||||
webClientId: '648700523612-5p6rpumnhcjr4635hnsg4d7cg88ue3te.apps.googleusercontent.com',
|
||||
});
|
||||
return GoogleSignin.signIn();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue