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

No hint path defined #11

Open
PHPJunior opened this issue Dec 3, 2018 · 3 comments
Open

No hint path defined #11

PHPJunior opened this issue Dec 3, 2018 · 3 comments

Comments

@PHPJunior
Copy link

I got this error
screen shot 2018-12-03 at 5 10 03 pm

@rickgoemans
Copy link

Same issue here, any updates?

@vanessa-actually
Copy link

still same issue with laravel 5.8

@angelocala94
Copy link
Contributor

Hi guys,

I made a pull request (#17) that solve this error.

The author of this package merged without creating a release, so the package has not yet been updated with the latest commits.

You need to update the require line of your composer.json file like that:

{
    "require": {
        ... other packages ...
        "lifeonscreen/nova-google2fa": "dev-master#f6f8b1ecade933afefa294ed0793733083549a14",
        ... other packages ...
    }
}

and then run composer update command.

Note: I specified the commit about my pull request (#f6f8b1ecade933afefa294ed0793733083549a14) because the author merged a new pull request that cause the One time password is invalid error everytime.

@LifeOnScreen please, pay attention while merging pull requests. I haven't had time to take a look, but something is wrong with that commit. (#18)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants