guruahn / vue-google-oauth2

🔌 Handling Google sign-in and sign-out for Vue.js applications
MIT License
183 stars 55 forks source link

adds catching error in init method and showing the error log in console #30

Closed fidemin closed 4 years ago

fidemin commented 4 years ago

There has been no catching exception for initClient method. It has been hard to know the reason when initClient method is failed. To solve this,

guruahn commented 4 years ago

thanks @yhmin84