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:
Girish Ramakrishnan
2019-09-08 12:52:33 -07:00
parent 1c1171e8a7
commit 729f51b779
2 changed files with 25 additions and 15 deletions
+1
View File
@@ -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;