Commit 98b786f
committed
fix(auth): stop TUI from force-injecting cloud-platform scope
The interactive scope picker unconditionally appended cloud-platform
after every selection, contradicting DEFAULT_SCOPES which explicitly
excludes it. This broke org-restricted accounts with admin_policy_enforced.
Closes #5621 parent a3768d0 commit 98b786f
File tree
3 files changed
+6
-8
lines changed- .changeset
- crates/google-workspace-cli/src
3 files changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
930 | 930 | | |
931 | 931 | | |
932 | 932 | | |
933 | | - | |
| 933 | + | |
934 | 934 | | |
935 | 935 | | |
936 | 936 | | |
| |||
1102 | 1102 | | |
1103 | 1103 | | |
1104 | 1104 | | |
1105 | | - | |
1106 | | - | |
1107 | | - | |
1108 | | - | |
1109 | | - | |
1110 | 1105 | | |
1111 | 1106 | | |
1112 | 1107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | | - | |
240 | 238 | | |
241 | 239 | | |
242 | 240 | | |
| |||
0 commit comments