mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-03 22:44:35 -04:00
Add log
This commit is contained in:
@@ -54,6 +54,7 @@ export async function googleNativeLogin() {
|
||||
mode: 'online', // 'online' or 'offline'
|
||||
}
|
||||
});
|
||||
console.log('Done initializing SocialLogin')
|
||||
// Run the native Google OAuth
|
||||
const result: any = await SocialLogin.login({provider: 'google', options: {}})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user