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

fix: missing step 1 in config_connect() #809

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

gernot-h
Copy link
Contributor

@gernot-h gernot-h commented Mar 9, 2024

The "Connection to PSA" page was not showing step 1 with the link to Opel login page due to a type error. As parse_qs() returns a list, we have to use first element.

Fixes #808

The "Connection to PSA" page was not showing step 1 with the link to
Opel login page due to a type error. As parse_qs() returns a list, we
have to use first element.

Fixes flobz#808
@flobz
Copy link
Owner

flobz commented Mar 9, 2024

Thanks for the fix! I don't know why it work for me without it...

@flobz flobz merged commit 192e2d6 into flobz:master Mar 9, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

step 1 missing during initial setup in "Connection to PSA" page
2 participants