Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-13 | Add a test for UI-Auth-via-SSO (#9082) | Richard van der Hoff | 4 | -42/+227 | |
* Add complete test for UI-Auth-via-SSO. * review comments | |||||
2021-01-13 | Reduce scope of exception handler. (#9106) | Patrick Cloke | 2 | -5/+6 | |
Removes a bare `except Exception` clause and replaces it with catching a specific exception aro |