{authInfo.password ||
@@ -51,12 +52,12 @@ export default function ResourceInfoBox({}: ResourceInfoBoxType) {
authInfo.whitelist ? (
- {t('protected')}
+ {t("protected")}
) : (
- {t('notProtected')}
+ {t("notProtected")}
)}
@@ -71,7 +72,7 @@ export default function ResourceInfoBox({}: ResourceInfoBoxType) {