mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'application-mgt-new' into 'application-mgt-new'
Fix publisher logging issue See merge request entgra/carbon-device-mgt!186
This commit is contained in:
commit
052859bfb4
@ -80,7 +80,7 @@ class NormalLoginForm extends React.Component {
|
||||
axios.post(window.location.origin+ config.serverConfig.loginUri, request
|
||||
).then(res=>{
|
||||
if (res.status === 200) {
|
||||
window.location = window.location.origin+"publisher";
|
||||
window.location = window.location.origin+"/publisher";
|
||||
}
|
||||
}).catch(function (error) {
|
||||
if (error.hasOwnProperty("response") && error.response.status === 400) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user