forked from baron/baron-sso
adminfront codecheck 오류 수정
This commit is contained in:
@@ -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,
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user