Google Login frontend
This commit is contained in:
+9
-1
@@ -4,7 +4,15 @@ const config: CapacitorConfig = {
|
||||
appId: 'com.wrenchboard.users',
|
||||
appName: 'WrenchBoard',
|
||||
webDir: 'www',
|
||||
bundledWebRuntime: false
|
||||
bundledWebRuntime: false,
|
||||
plugins: {
|
||||
GoogleAuth: {
|
||||
scopes: ['profile', 'email'],
|
||||
clientId: '817021856543-ad9nsjgdpsu2s2jrl63j3ihrv7lbf6ma.apps.googleusercontent.com',
|
||||
serverClientId: '817021856543-ad9nsjgdpsu2s2jrl63j3ihrv7lbf6ma.apps.googleusercontent.com',
|
||||
forceCodeForRefreshToken: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user