File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import {
2626 CLOUD ,
2727 CLOUD_LOGIN_PATHNAME ,
2828 CLOUD_SIGNIN_PATHNAME ,
29- CLOUD_URL ,
29+ CLOUD_QUARTZ_URL ,
3030} from 'src/shared/constants'
3131
3232// Types
@@ -120,7 +120,7 @@ export class Signin extends PureComponent<Props, State> {
120120 process . env . NODE_ENV &&
121121 process . env . NODE_ENV !== 'development'
122122 ) {
123- window . location . href = CLOUD_URL
123+ window . location . href = CLOUD_QUARTZ_URL
124124 return
125125 }
126126
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ export const CLOUD_SIGNIN_PATHNAME = '/api/v2/signin'
100100export const CLOUD_SIGNOUT_PATHNAME = '/api/v2/signout'
101101export const CLOUD_LOGIN_PATHNAME = '/login'
102102export const CLOUD_URL = formatConstant ( process . env . CLOUD_URL )
103+ export const CLOUD_QUARTZ_URL = 'https://cloud2.influxdata.com/login'
103104export const CLOUD_CHECKOUT_PATH = '/checkout'
104105export const CLOUD_BILLING_PATH = '/billing'
105106export const CLOUD_USAGE_PATH = '/usage'
You can’t perform that action at this time.
0 commit comments