diff --git a/client/shared/utils/consts.ts b/client/shared/utils/consts.ts index 130323e2..59048c44 100644 --- a/client/shared/utils/consts.ts +++ b/client/shared/utils/consts.ts @@ -21,6 +21,7 @@ export const SYSTEM_USERID = '000000000000000000000000'; export const defaultGlobalConfig: GlobalConfig = { uploadFileLimit: 1 * 1024 * 1024, emailVerification: false, + serverName: 'Tailchat', disableUserRegister: false, disableGuestLogin: false, }; diff --git a/client/web/assets/template.html b/client/web/assets/template.html index 9f72398b..248c1c80 100644 --- a/client/web/assets/template.html +++ b/client/web/assets/template.html @@ -3,8 +3,8 @@
- - + + @@ -14,7 +14,6 @@ -