Ensure team authentication matches subdomain
This commit is contained in:
@ -17,7 +17,7 @@ const definePlugin = new webpack.DefinePlugin({
|
||||
'process.env': {
|
||||
URL: JSON.stringify(process.env.URL),
|
||||
SLACK_KEY: JSON.stringify(process.env.SLACK_KEY),
|
||||
SUBDOMAINS_ENABLED: JSON.stringify(process.env.SUBDOMAINS_ENABLED)
|
||||
SUBDOMAINS_ENABLED: JSON.stringify(process.env.SUBDOMAINS_ENABLED === 'true')
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user