Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loginWith promise result is undefined #11

Closed
Guito opened this issue Apr 10, 2018 · 1 comment
Closed

loginWith promise result is undefined #11

Guito opened this issue Apr 10, 2018 · 1 comment

Comments

@Guito
Copy link

Guito commented Apr 10, 2018

Version

v4.1.0

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

EDIT: This is for the AUTH project, not consola. Is it possible to move this? I have not found out how.

This bug report is available on Nuxt.js community (#c6)
@pi0
Copy link
Member

pi0 commented Apr 15, 2018

Not related to this repo: nuxt-community/auth-module#144

@pi0 pi0 closed this as completed Apr 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants