You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
I got this error
The text was updated successfully, but these errors were encountered: