Skip to content

Commit

Permalink
Fix for Facebook OAuth Login
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Jun 25, 2022
1 parent 10a7e50 commit 643064e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public_html/layout/denim/users/loginform.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</form>

{!if lang_remote_login}
<form id="userremoteloginform" class="compact uk-form">
<div id="userremoteloginform" class="compact uk-form">
<fieldset>
<legend>{lang_remote_login}</legend>

Expand All @@ -43,7 +43,7 @@
{openid_login}

</fieldset>
</form>
</div>
{!endif}
{end_block}

Expand Down
4 changes: 2 additions & 2 deletions public_html/layout/denim_three/users/loginform.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</form>

{!if lang_remote_login}
<form id="userremoteloginform" class="compact uk-form">
<div id="userremoteloginform" class="compact uk-form">
<fieldset>
<legend>{lang_remote_login}</legend>

Expand All @@ -43,7 +43,7 @@
{openid_login}

</fieldset>
</form>
</div>
{!endif}
{end_block}

Expand Down

0 comments on commit 643064e

Please sign in to comment.