1
0
forked from baron/baron-sso

adminfront codecheck 오류 수정

This commit is contained in:
2026-04-28 14:19:12 +09:00
parent eae3e0bd2a
commit 0c5a302105
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ test.describe("Tenants Management", () => {
.click();
await expect(page.getByRole("dialog")).toContainText(
/조직 테넌트.*사용자|organization tenants.*users/i,
/조직\/사용자 통합 일괄 등록|organization and user batch registration/i,
);
});

View File

@@ -75,7 +75,7 @@ if [ "$provision_exit_code" -ne 0 ]; then
fi
set +e
port="${PORT:-5173}"
port="${PORT:-5180}"
echo "==> adminfront using PORT=$port"
(
cd adminfront