File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- < div class ="starter-template " ng-show ="ctrl.scanning==false ">
1+ < div class ="starter-template " ng-show ="ctrl.loading==true ">
2+ Please wait, new user creation can take up to 30 seconds.
3+ </ div >
4+ < div class ="starter-template " ng-show ="ctrl.scanning==false && ctrl.loading != true ">
25 < div class ="row ">
36 < div class ="col-sm-9 col-md-7 col-lg-5 mx-auto ">
47 < div class ="card card-signin my-5 ">
@@ -20,10 +23,11 @@ <h5 class="card-title text-center"><span translate lib="web">signin</span> {{ctr
2023 < label class ="text-danger " translate lib ="web " ng-model ="ctrl.message "> </ label >
2124 </ div >
2225 < button class ="btn btn-lg btn-primary btn-block text-uppercase " type ="submit " ng-show ="ctrl.localenabled "
23- translate lib ="web "> signin</ button >
26+ translate lib ="web " ng-click =" ctrl.loading = true " > signin</ button >
2427 < hr class ="my-4 " ng-show ="ctrl.localenabled ">
2528
26- < a ng-href ="/{{model.id}} " ng-repeat ="model in ctrl.providers " class ="btn btn-lg btn-block text-uppercase ">
29+ < a ng-href ="/{{model.id}} " ng-repeat ="model in ctrl.providers " class ="btn btn-lg btn-block text-uppercase "
30+ ng-click ="ctrl.loading = true ">
2731 < em class ="fab {{model.logo}} mr-2 "> </ em > < span translate lib ="web "> {{model.name}}</ span >
2832 </ a >
2933
You can’t perform that action at this time.
0 commit comments