Commit 9323859
committed
fix(ng-dev): use token to determine if the AuthenticatedGitClient has been configured (#773)
Previously we allowed for the AuthenticatedGitClient to be configured multiple times before
it `get` was called, however this is incorrect as only one configuration is to be allowed.
PR Close #7731 parent 9a28358 commit 9323859
File tree
3 files changed
+3
-3
lines changed- .github/local-actions/changelog
- github-actions/slash-commands
- ng-dev/utils/git
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68650 | 68650 | | |
68651 | 68651 | | |
68652 | 68652 | | |
68653 | | - | |
| 68653 | + | |
68654 | 68654 | | |
68655 | 68655 | | |
68656 | 68656 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70023 | 70023 | | |
70024 | 70024 | | |
70025 | 70025 | | |
70026 | | - | |
| 70026 | + | |
70027 | 70027 | | |
70028 | 70028 | | |
70029 | 70029 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments