Skip to content

Commit

Permalink
Merge pull request #39 from dzakki/master
Browse files Browse the repository at this point in the history
just fix typo in readme.md
thanks @dzakki
  • Loading branch information
guruahn authored Jun 24, 2020
2 parents 1110245 + 58ee7ef commit cf0ad2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ refer to [google signIn reference : GoogleUser](https://developers.google.com/ap
### Sign-out
Handling Google sign-out
```javascript
const response = await sthis.$gAuth.signOut()
const response = await this.$gAuth.signOut()
```

## Extra - Directly get `access_token` and `refresh_token` on Server-side
Expand Down

0 comments on commit cf0ad2e

Please sign in to comment.