move the email verification section to the top
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user