feat: Implement password recovery
This commit is contained in:
parent
497cc529f3
commit
b041cc2bb9
7 changed files with 331 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ abstract class AppConfig {
|
|||
static String get applicationName => _applicationName;
|
||||
static String _applicationName = 'FluffyChat';
|
||||
static String get defaultHomeserver => _defaultHomeserver;
|
||||
static String _defaultHomeserver = 'matrix.tchncs.de';
|
||||
static String _defaultHomeserver = 'matrix-client.matrix.org';
|
||||
static String get privacyUrl => _privacyUrl;
|
||||
static String _privacyUrl = 'https://fluffychat.im/en/privacy.html';
|
||||
static String get sourceCodeUrl => _sourceCodeUrl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue