docs: Soften unfinished OAuth wording in the plan
The implementation plan still said "oauth not wired" in a Task 5 error-string sketch. Prefer "not implemented" so unfinished wiring language does not read like a sibling-product leak.
This commit is contained in:
@@ -580,7 +580,7 @@ Expected: FAIL undefined
|
|||||||
|
|
||||||
- [ ] **Step 3: Write minimal implementation**
|
- [ ] **Step 3: Write minimal implementation**
|
||||||
|
|
||||||
`Login` env branch only. If token env is empty, return `fmt.Errorf("login: no ROBINHOOD_ACCESS_TOKEN and oauth not wired")` until Task 6 replaces that with `loginOAuth`.
|
`Login` env branch only. If token env is empty, return `fmt.Errorf("login: no ROBINHOOD_ACCESS_TOKEN and oauth not implemented")` until Task 6 replaces that with `loginOAuth`.
|
||||||
|
|
||||||
- [ ] **Step 4: Run tests and make sure they pass**
|
- [ ] **Step 4: Run tests and make sure they pass**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user