Make sure we clear the password field after submit
This commit is contained in:
Vendored
+2
-2
File diff suppressed because one or more lines are too long
@@ -38,6 +38,7 @@ angular.module('Application').controller('AppDetailsController', ['$scope', '$ht
|
||||
console.error(error);
|
||||
} else {
|
||||
$('#updateAppModal').modal('hide');
|
||||
$scope.password = '';
|
||||
}
|
||||
});
|
||||
};
|
||||
@@ -54,6 +55,7 @@ angular.module('Application').controller('AppDetailsController', ['$scope', '$ht
|
||||
console.error(error);
|
||||
} else {
|
||||
$('#uninstallAppModal').modal('hide');
|
||||
$scope.password = '';
|
||||
window.location.href = '#/';
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user