File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 23
23
"a0-angular-storage" : " ~0.0.11" ,
24
24
"angular-jwt" : " ~0.0.9" ,
25
25
"angular-footable" : " ~1.0.3" ,
26
- "appirio-tech-ng-auth" : " 3.x.x " ,
26
+ "appirio-tech-ng-auth" : " git://github.com/appirio-tech/ng-auth.git#3.2.10 " ,
27
27
"appirio-tech-ng-login-reg" : " 0.x.x" ,
28
28
"appirio-tech-ng-api-services" : " 0.x.x" ,
29
29
"angular-clipboard" : " ~1.2.1" ,
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ angular.module('supportAdminApp')
55
55
} ;
56
56
57
57
var options = {
58
+ connection : "TC-User-Database" ,
58
59
username : $scope . formLogin . username ,
59
60
password : $scope . formLogin . password ,
60
61
success : loginSuccess ,
@@ -65,4 +66,4 @@ angular.module('supportAdminApp')
65
66
$authService . login ( options ) ;
66
67
} ;
67
68
68
- } ] ) ;
69
+ } ] ) ;
You can’t perform that action at this time.
0 commit comments