Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed May 30, 2019
2 parents cdd25d9 + fee2073 commit c5e742b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ this.$auth.setUserToken(token)
.then(() => this.$toast.success('User set!'))
```

### `logout()`
### `logout(...args)`

- Returns: `Promise`

Logout active strategy. Usage varies by current scheme.

```js
await this.$auth.logout()
await this.$auth.logout(/* .... */)
```

### `fetchUser()`
Expand Down

0 comments on commit c5e742b

Please sign in to comment.