Skip to content

Commit

Permalink
Added a spinner while filtering the IdPs in WAYF
Browse files Browse the repository at this point in the history
  • Loading branch information
laskasn committed May 20, 2022
1 parent 07d6756 commit 8ce1a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/theme/rciam/login/login.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<div ng-app="angularLoginPart" ng-controller="idpListing">

<div style="height:0px; position: relative; top: 50%; left: 50%;">
<img id='spinner' src='${url.resourcesPath}/img/spinner.svg' ng-class="{'hidden' : !isSearching } style="position: relative; transform: translate(-50%, -50%); width:100px; height:100px;" />
<img id='spinner' src='${url.resourcesPath}/img/spinner.svg' ng-class="{'hidden' : !isSearching }" style="position: relative; transform: translate(-50%, -50%); width:100px; height:100px;" />
</div>

<div ng-if="promotedIdps!=null && promotedIdps.length>0" id="kc-social-providers" class="${properties.kcFormSocialAccountSectionClass!}">
Expand Down

0 comments on commit 8ce1a8b

Please sign in to comment.