Skip to content

Commit

Permalink
fix(local scheme): remove undefined cookieOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoPedroAS51 committed May 25, 2019
1 parent 8a3340e commit b755400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schemes/local.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class LocalScheme {
// Update clientId
const clientId = getProp(loginResult, this.options.clientIdProperty)
if (clientId) {
this.$auth.setClientId(this.name, clientId, cookieOptions)
this.$auth.setClientId(this.name, clientId)
}

// Fetch user
Expand Down

0 comments on commit b755400

Please sign in to comment.