-
Notifications
You must be signed in to change notification settings - Fork 908
Closed
Labels
Description
Version
Reproduction link
https://nuxt-auth.herokuapp.com/
Steps to reproduce
The following code logs undefined:
return this.$auth.loginWith('local', {
data: {
username: this.username,
password: this.password
}
}).then(response => {
console.log(response);
}
What is expected?
Getting the full response
What is actually happening?
Response is undefined
Moved from unjs/consola#11
Reactions are currently unavailable