feat: Implement sso
This commit is contained in:
parent
8c469b6909
commit
1870f57747
6 changed files with 134 additions and 32 deletions
|
|
@ -10,6 +10,7 @@ abstract class AppConfig {
|
|||
static const bool enableRegistration = true;
|
||||
static String _privacyUrl = 'https://fluffychat.im/en/privacy.html';
|
||||
static String get privacyUrl => _privacyUrl;
|
||||
static const String appId = 'im.fluffychat.FluffyChat';
|
||||
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