forked from baron/baron-sso
orgfront URL 환경변수명을 ORGFRONT_URL로 통일
This commit is contained in:
@@ -17,7 +17,6 @@ type TenantAccessPickerProps = {
|
||||
|
||||
function resolveOrgFrontBaseUrl() {
|
||||
return (
|
||||
import.meta.env.VITE_ORGFRONT_PUBLIC_URL ||
|
||||
import.meta.env.ORGFRONT_URL ||
|
||||
"http://localhost:5175"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user