Skip to content

Commit

Permalink
Merge pull request #140 from sunbird-cb/release-4.8.2-loginattempt
Browse files Browse the repository at this point in the history
Release 4.8.2 loginattempt
  • Loading branch information
Haritest authored Sep 28, 2023
2 parents d49b0f2 + 752c1f4 commit 9afcba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ansible/artifacts/sunbird/login/info.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
</script>

<#elseif actionUri??>
<div class="ui text active centered inline large loader">Loading.. Please wa<p><a id="click-here-to-proceed" href="${actionUri}">${kcSanitize(msg("proceedWithAction"))?no_esc}</a></p>it..</div>
<div class="ui text active centered inline large loader">Loading.. Please wait..</div>
<p><a id="click-here-to-proceed" href="${actionUri}">${kcSanitize(msg("proceedWithAction"))?no_esc}</a></p>
<div id="kc-info-message-hide" style="display:none">
<p><a id="click-here-to-proceed" href="${actionUri}">${kcSanitize(msg("proceedWithAction"))?no_esc}</a></p>
<script type="text/javascript">
Expand Down
3 changes: 2 additions & 1 deletion ansible/artifacts/sunbird/login/sms-input-otp.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</div>
</div>
</div>
</#if>

<script>
var interval
function countdown() {
Expand Down Expand Up @@ -233,5 +233,6 @@ function timerCount() {
}
onStart()
</script>
</#if>
</@layout.registrationLayout>

0 comments on commit 9afcba1

Please sign in to comment.