Commit 9243b3c3a7c83df0b5e54a89efe267653d70246c
1 parent
df1d24b8
Committing update file
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -139,7 +139,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
139 | 139 | $("#messageModal").modal('show'); |
140 | 140 | } |
141 | 141 | else { |
142 | - if (result.LoginId != undefined || result.LoginId != "" || result.LoginId != null) { | |
142 | + if (typeof result.LoginId != undefined || result.LoginId != "" || result.LoginId != null) { | |
143 | 143 | |
144 | 144 | if ($("#messageModal").length > 0){ |
145 | 145 | ... | ... |