diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp/index.jsp')
-rw-r--r-- | pdf-as-web/src/main/webapp/index.jsp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp index 1948b457..5e8ea875 100644 --- a/pdf-as-web/src/main/webapp/index.jsp +++ b/pdf-as-web/src/main/webapp/index.jsp @@ -150,7 +150,7 @@ <% } %> --> - <!-- <% + <% if(WebConfiguration.getKeystoreDefaultEnabled()) { %> <div class="methodChooseContainer col-xs-3 col-sm-3 col-md-3 col-lg-3"> @@ -159,8 +159,9 @@ </div> <% } - %> --> + %> </div> + <iframe id='mobileSignOnFrame' style="display:none;"></iframe> </div> </fieldset> </div> |