forked from baron/baron-sso
code-check 오류 수정
This commit is contained in:
@@ -463,9 +463,7 @@ function ClientGeneralPage() {
|
||||
(item.relation === "admins" || item.relation === "config_editor"),
|
||||
) === true;
|
||||
const isGeneralSettingsReadOnly =
|
||||
!isCreate &&
|
||||
relationData != null &&
|
||||
!canEditExistingClientGeneralSettings;
|
||||
!isCreate && relationData != null && !canEditExistingClientGeneralSettings;
|
||||
const trimmedLogoUrl = logoUrl.trim();
|
||||
const trimmedAutoLoginUrl = autoLoginUrl.trim();
|
||||
const hasLogoUrl = trimmedLogoUrl.length > 0;
|
||||
|
||||
Reference in New Issue
Block a user