fix: SSO on web
This commit is contained in:
parent
d68ded5ae0
commit
40dad5e40e
2 changed files with 2 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue