fix: SSO on web

This commit is contained in:
Christian Pauly 2021-06-18 15:36:27 +02:00
commit 40dad5e40e
2 changed files with 2 additions and 1 deletions

View file

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