Make email a separate tab
This allows us to add some additional info that the app is pre-configured to send email via the relay
This commit is contained in:
@@ -241,6 +241,7 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
|
||||
if (error.field === 'mailboxName') {
|
||||
$scope.appConfigure.error.mailboxName = error.message;
|
||||
$scope.appConfigureForm.mailboxName.$setPristine();
|
||||
tab = 'email';
|
||||
$('#appConfigureMailboxNameInput').focus();
|
||||
} else if (error.field === 'cert') {
|
||||
$scope.appConfigure.error.cert = error.message;
|
||||
|
||||
Reference in New Issue
Block a user