change: Use launch url for mozilla sso

This commit is contained in:
Christian Pauly 2021-02-01 12:12:28 +01:00
commit a525d4fd45
8 changed files with 77 additions and 72 deletions

View file

@ -15,6 +15,7 @@ abstract class AppConfig {
static String _privacyUrl = 'https://fluffychat.im/en/privacy.html';
static String get privacyUrl => _privacyUrl;
static const String appId = 'im.fluffychat.FluffyChat';
static const String appOpenUrlScheme = 'im.fluffychat';
static const String sourceCodeUrl = 'https://gitlab.com/famedly/fluffychat';
static const String supportUrl =
'https://gitlab.com/famedly/fluffychat/issues';