Remove guest badge (#23825)
* Remove guest badge * Address feedback * Fix lint, test and i18n * Fix test
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
05cd245e97
Коммит
fda5dd8468
@@ -127,6 +127,7 @@ export type ClientConfig = {
|
||||
GuestAccountsEnforceMultifactorAuthentication: string;
|
||||
HasImageProxy: string;
|
||||
HelpLink: string;
|
||||
HideGuestTags: string;
|
||||
IosAppDownloadLink: string;
|
||||
IosLatestVersion: string;
|
||||
IosMinVersion: string;
|
||||
@@ -846,6 +847,7 @@ export type DisplaySettings = {
|
||||
|
||||
export type GuestAccountsSettings = {
|
||||
Enable: boolean;
|
||||
HideTags: boolean;
|
||||
AllowEmailAccounts: boolean;
|
||||
EnforceMultifactorAuthentication: boolean;
|
||||
RestrictCreationToDomains: string;
|
||||
|
||||
Ссылка в новой задаче
Block a user