1
0
forked from baron/baron-sso

orgfront URL 환경변수명을 ORGFRONT_URL로 통일

This commit is contained in:
2026-06-16 15:23:20 +09:00
parent 92ba779ff9
commit 79bf1c3496
5 changed files with 5 additions and 1 deletions

View File

@@ -17,7 +17,6 @@ type TenantAccessPickerProps = {
function resolveOrgFrontBaseUrl() {
return (
import.meta.env.VITE_ORGFRONT_PUBLIC_URL ||
import.meta.env.ORGFRONT_URL ||
"http://localhost:5175"
);