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
Fixes bug with the config passed to the "limited-input device" auth flow (#6142)
* Motivation for features / changes
There's a bug in the limited-input device auth flow.
The tests did not catch this issue because the config is read from a
JSON string, and the test was using an "already parsed" config
(dictionary), with a different structure from the json downloaded from
our GCP project.
* Technical description of changes
Unwraps the parsed client_config from the "installed" layer, and updates
test with a "realistic" configuration (which uses this structure).
* Screenshots of UI changes
N/A
* Detailed steps to verify changes work correctly (as executed by you)
Ran both auth flows manually (with and without browser), and updated
tests.
* Alternate designs / implementations considered
N/A
0 commit comments