we now return 424

This commit is contained in:
Girish Ramakrishnan
2018-09-10 10:36:32 -07:00
parent c79f43bb27
commit 0f5c290785
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ angular.module('Application').controller('BackupsController', ['$scope', '$locat
$scope.configureBackup.busy = false;
if (error) {
if (error.statusCode === 402) {
if (error.statusCode === 424) {
$scope.configureBackup.error.generic = error.message;
if (error.message.indexOf('AWS Access Key Id') !== -1) {