Skip to content

Commit 2221402

Browse files
author
Igor Melnikov
committed
MAGETWO-44975: Incorrect messgae on success page after extension installation
Adding clearing local storage on success pages
1 parent 9c23824 commit 2221402

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup/pub/magento/setup/success.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ angular.module('success', ['ngStorage'])
2727
$localStorage.$reset();
2828
$scope.admin.password = '';
2929
$scope.db.password = '';
30+
$localStorage.$reset();
3031
}]);

setup/pub/magento/setup/updater-success.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ angular.module('updater-success', ['ngStorage'])
1818
$scope.back = function () {
1919
$window.location.href = '';
2020
}
21+
$localStorage.$reset();
2122
}]);

0 commit comments

Comments
 (0)