Skip to content

Commit

Permalink
fix(login.xhtml): add google client js (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdhttps committed Jul 13, 2022
1 parent 9dd5719 commit daf9849
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<h:outputText value="#{msgs['login.pageTitle']}" />
</ui:define>
<ui:define name="body">
<script src="https://accounts.google.com/gsi/client" async="async" defer="defer"></script>
<div class="container">
<h:panelGroup rendered="true">
<div class="login_bx_1"
Expand Down

0 comments on commit daf9849

Please sign in to comment.