chore(js/css): update generated files

This commit is contained in:
InverseBot
2020-05-08 10:40:46 -04:00
parent 272fa8f898
commit a0e5699e60
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
!function(){"use strict";function n(n,o,t,e,i,a){var l=this;this.$onInit=function(){this.creds={username:o.cookieUsername,password:null,rememberLogin:angular.isDefined(o.cookieUsername)&&0<o.cookieUsername.length},/\blanguage=/.test(o.location.search)&&(this.creds.language=o.language),this.loginState=!1,this.showLogin=!1,t(function(){l.showLogin=!0},100)},this.login=function(){return l.loginState="authenticating",a.login(l.creds).then(function(n){l.loginState="logged",l.cn=n.cn,t(function(){o.location.href===n.url?o.location.reload(!0):o.location.href=n.url},1e3)},function(n){l.loginState="error",l.errorMessage=n.error}),!1},this.showAbout=function(n){function o(n){this.closeDialog=function(){n.hide()}}i.show({targetEvent:n,templateUrl:"aboutBox.html",controller:o,controllerAs:"about"}),o.$inject=["$mdDialog"]},this.changeLanguage=function(n){o.location.href=ApplicationBaseURL+"login?language="+this.creds.language}}angular.module("SOGo.MainUI",["SOGo.Common","SOGo.Authentication"]),n.$inject=["$scope","$window","$timeout","Dialog","$mdDialog","Authentication"],angular.module("SOGo.MainUI").controller("LoginController",n)}();
!function(){"use strict";function o(o,n,t,e,i,a){var r=this;this.$onInit=function(){this.creds={username:n.cookieUsername,password:null,rememberLogin:angular.isDefined(n.cookieUsername)&&0<n.cookieUsername.length},/\blanguage=/.test(n.location.search)&&(this.creds.language=n.language),this.loginState=!1,this.verificationCodePattern="\\d{6}",this.showLogin=!1,t(function(){r.showLogin=!0},100)},this.login=function(){return r.loginState="authenticating",a.login(r.creds).then(function(o){o.gamissingkey?r.loginState="googleauthenticatorcode":(r.loginState="logged",r.cn=o.cn,t(function(){n.location.href===o.url?n.location.reload(!0):n.location.href=o.url},1e3))},function(o){r.loginState="error",r.errorMessage=o.error}),!1},this.restoreLogin=function(){r.loginState=!1,delete r.creds.verificationCode},this.showAbout=function(o){function n(o){this.closeDialog=function(){o.hide()}}i.show({targetEvent:o,templateUrl:"aboutBox.html",controller:n,controllerAs:"about"}),n.$inject=["$mdDialog"]},this.changeLanguage=function(o){n.location.href=ApplicationBaseURL+"login?language="+this.creds.language}}angular.module("SOGo.MainUI",["SOGo.Common","SOGo.Authentication"]),o.$inject=["$scope","$window","$timeout","Dialog","$mdDialog","Authentication"],angular.module("SOGo.MainUI").controller("LoginController",o)}();
//# sourceMappingURL=Main.js.map