Updates Auth app for handleRequest
Details
Details
- Reviewers
- epriestley 
- Maniphest Tasks
- T8628: Modernize AphrontControllers to implement handleRequest
- Commits
- Restricted Diffusion Commit
 rP36103dfa182c: Update Auth for handleRequest
Tested what I could, Log in, Log out, Change Password, New account, Verify account... but extra eyes very helpful here.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
- Lint Not Applicable 
- Unit
- Tests Not Applicable 
Event Timeline
| src/applications/auth/controller/PhabricatorAuthInviteController.php | ||
|---|---|---|
| 11 ↗ | (On Diff #33209) | $request->getViewer() and $this->getViewer() do exactly the same thing, but $this->getViewer() is the newer / more-preferred mechanism. It works more consistently in more places. |