File tree Expand file tree Collapse file tree 5 files changed +1
-5
lines changed
Expand file tree Collapse file tree 5 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 33# -- Frontend --
44VITE_BASE_URL = localhost:8080
55VITE_SHORT_BASE_URL = http://localhost:8080/user
6- VITE_LANDING_PAGE_URL = http://stage.tb.pro/appointment
76# Set true to activate polling for dev server
87VITE_SERVER_WATCH_POLLING =
98VITE_SERVER_WATCH_INTERVAL =
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ VITE_API_URL=appointment.tb.pro/api/v1/
33VITE_BASE_URL=appointment.tb.pro
44VITE_API_SECURE=true
55VITE_SHORT_BASE_URL=apt.mt
6- VITE_LANDING_PAGE_URL=http://tb.pro/appointment
76
87# -- Sentry --
98VITE_SENTRY_DSN=https://66f57328baac4929be7d62b77f41b510@o4505428107853824.ingest.sentry.io/4505428280279040
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ VITE_API_URL=appointment-stage.tb.pro/api/v1/
33VITE_BASE_URL=appointment-stage.tb.pro
44VITE_API_SECURE=true
55VITE_SHORT_BASE_URL=stage.apt.mt
6- VITE_LANDING_PAGE_URL=http://stage.tb.pro/appointment
76
87# -- Sentry --
98VITE_SENTRY_DSN=https://66f57328baac4929be7d62b77f41b510@o4505428107853824.ingest.sentry.io/4505428280279040
Original file line number Diff line number Diff line change 33# -- Frontend --
44VITE_BASE_URL = localhost:8080
55VITE_SHORT_BASE_URL = localhost:8080/user
6- VITE_LANDING_PAGE_URL = http://stage.tb.pro/appointment
76
87# -- Backend API --
98VITE_API_URL = localhost
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ onMounted(() => {
1010 if (user .authenticated ) {
1111 router .push (' /dashboard' );
1212 } else {
13- window . location . href = import . meta . env . VITE_LANDING_PAGE_URL ;
13+ router . push ( ' /login ' ) ;
1414 }
1515});
1616 </script >
You can’t perform that action at this time.
0 commit comments