mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 09:26:16 +00:00
Merge pull request #809 from gernot-h/fix-oauth-view
fix: missing step 1 in config_connect()
This commit is contained in:
@@ -77,7 +77,7 @@ def display_page(pathname, search):
|
||||
elif pathname == "/config_login":
|
||||
page = config_layout("login")
|
||||
elif pathname == "/config_connect":
|
||||
page = get_oauth_config_layout(query_params["url"])
|
||||
page = get_oauth_config_layout(query_params["url"][0])
|
||||
elif pathname == "/log":
|
||||
page = log_layout()
|
||||
elif not APP.is_good:
|
||||
|
||||
Reference in New Issue
Block a user