aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm-web/src/views/login.rs
Commit message (Collapse)AuthorAgeFilesLines
* read the oauth method configs in the webfaceJesse Luehrs2019-11-261-1/+35
| | | | the oauth login link doesn't work yet, but the ui works at least
* move value extraction logic into the viewJesse Luehrs2019-11-251-2/+8
| | | | since it depends more on the structure of the rendered page
* make logins persistentJesse Luehrs2019-11-251-1/+1
| | | | so if the server knows we're logged in, don't show the login page
* autofocus the username text boxJesse Luehrs2019-11-251-3/+5
|
* add a basic login screenJesse Luehrs2019-11-241-1/+11
|
* start working on the login flowJesse Luehrs2019-11-231-0/+5