Improve first-run UX

- Replace LoginPage with step-by-step approach to support different login flows
- Implement login using SSO
This commit is contained in:
Tobias Fella
2021-02-07 21:23:31 +00:00
parent e7bada4cde
commit 464c48540e
21 changed files with 779 additions and 159 deletions

View File

@@ -20,6 +20,7 @@ add_executable(neochat
chatdocumenthandler.cpp
devicesmodel.cpp
filetypesingleton.cpp
login.cpp
../res.qrc
)