summaryrefslogtreecommitdiffstats
path: root/core/templates/loginflowv2
Commit message (Collapse)AuthorAgeFilesLines
* Add a clear message why you could end up thereJoas Schilling2020-07-081-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* The loading animation is backDaniel Kesselberg2019-10-261-1/+2
| | | | | | | | Refactor grant.js to Vanilla JS Remove id="submit" because of side effects: https://stackoverflow.com/questions/22982741/form-submit-jquery-does-not-work Fix arrow for login flow v1 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Move "you can close this window" to newlineDaniel Kesselberg2019-10-251-1/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add icon-confirm-white to submit buttonDaniel Kesselberg2019-10-251-2/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Don't use an undefined index if not neededRoeland Jago Douma2019-10-031-2/+0
| | | | | | It is not set. And not used. Just some copy paste leftover. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Login flow V2Roeland Jago Douma2019-02-253-0/+135
This adds the new login flow. The desktop client will open up a browser and poll a returned endpoint at regular intervals to check if the flow is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>