1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[feature/oauth] Initial step in creating OAuth login support

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-07-22 16:23:13 -04:00
parent d804842cef
commit cd49cfacfb
3 changed files with 26 additions and 2 deletions

View File

@@ -46,7 +46,11 @@
<dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" tabindex="6" value="{L_LOGIN}" class="button1" /></dd>
</dl>
</fieldset>
</div>
</div><!-- IF OAUTH_LOGIN -->
<div class="content">
hi
</div><!-- ENDIF -->
</div>
</div>