move the email verification section to the top

This commit is contained in:
Girish Ramakrishnan
2021-10-18 21:48:54 -07:00
parent a5ed4ac6e9
commit c0be926d99
3 changed files with 9 additions and 9 deletions

View File

@@ -91,6 +91,7 @@ angular.module('Application').controller('SupportController', ['$scope', '$locat
if (error && error.statusCode === 412) return; // not yet registered
if (error) return console.error(error);
console.log(result);
$scope.subscription = result;
});
}