mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Remove Business Portal and add SSO configuration (#1213)
This commit is contained in:
@@ -200,12 +200,6 @@ const devServer = ENV !== 'development' ? {} : {
|
||||
secure: false,
|
||||
changeOrigin: true
|
||||
},
|
||||
'/portal': {
|
||||
target: envConfig['proxyEnterprise'],
|
||||
pathRewrite: {'^/portal' : ''},
|
||||
secure: false,
|
||||
changeOrigin: true
|
||||
}
|
||||
},
|
||||
hot: false,
|
||||
allowedHosts: envConfig['allowedHosts']
|
||||
|
||||
Reference in New Issue
Block a user