feat: Nicer registration form
This commit is contained in:
parent
d3a54c8911
commit
661b740f57
6 changed files with 241 additions and 119 deletions
|
|
@ -75,6 +75,9 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
|||
int getClientIndexByMatrixId(String matrixId) =>
|
||||
widget.clients.indexWhere((client) => client.userID == matrixId);
|
||||
|
||||
String currentClientSecret;
|
||||
RequestTokenResponse currentThreepidCreds;
|
||||
|
||||
int get _safeActiveClient {
|
||||
if (widget.clients.isEmpty) {
|
||||
widget.clients.add(getLoginClient());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue