vue-google-api icon indicating copy to clipboard operation
vue-google-api copied to clipboard

Fixes #14

Open metanomial opened this issue 4 years ago • 0 comments

Changes the signOut method to wait for GoogleAuth.disconnect to resolve before resolving itself. This fixes the bug where calling isSignedIn immediately after awaiting signOut would return true.

metanomial avatar Apr 06 '20 21:04 metanomial