Several issues fixed

parent d7b7bf05
......@@ -86,7 +86,8 @@ dashboardControllers.controller('LoginSettingPasswordCtrl', function LoginSettin
.put(config.backend+'/sup/changepass', data)
.success(function(data, status, headers, config) {
$scope.reset();
ngToast.success({ content: $translate.instant('password_changed') });
ngToast.success({ content: $translate.instant('password_changed') });
$location.path("/login");
})
.error(function(data, status, headers, config) {
$scope.reset();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment