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 2323 "a0-angular-storage" : " ~0.0.11" ,
2424 "angular-jwt" : " ~0.0.9" ,
2525 "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 " ,
2727 "appirio-tech-ng-login-reg" : " 0.x.x" ,
2828 "appirio-tech-ng-api-services" : " 0.x.x" ,
2929 "angular-clipboard" : " ~1.2.1" ,
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ angular.module('supportAdminApp')
5555 } ;
5656
5757 var options = {
58+ connection : "TC-User-Database" ,
5859 username : $scope . formLogin . username ,
5960 password : $scope . formLogin . password ,
6061 success : loginSuccess ,
@@ -65,4 +66,4 @@ angular.module('supportAdminApp')
6566 $authService . login ( options ) ;
6667 } ;
6768
68- } ] ) ;
69+ } ] ) ;
You can’t perform that action at this time.
0 commit comments