feat: One page login
This commit is contained in:
parent
535ee062dd
commit
a6000ddf60
7 changed files with 258 additions and 331 deletions
|
|
@ -45,7 +45,7 @@ extension LocalizedExceptionExtension on Object {
|
|||
.badServerLoginTypesException(serverVersions, supportedVersions);
|
||||
}
|
||||
if (this is MatrixConnectionException || this is SocketException) {
|
||||
L10n.of(context).noConnectionToTheServer;
|
||||
return L10n.of(context).noConnectionToTheServer;
|
||||
}
|
||||
Logs().w('Something went wrong: ', this);
|
||||
return L10n.of(context).oopsSomethingWentWrong;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue