Skip to content

Commit 37928c3

Browse files
author
Martii
committed
Linkify OAuth and OpenID to wikipedia
Applies to: * OpenUserJS#359 (comment) * OpenUserJS#359 (comment)
1 parent c17f200 commit 37928c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/pages/loginPage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<form action="/auth/" method="post" class="form-signin">
1212
<h3>
1313
Login
14-
<span class="help-block small">Login with your preferred OAuth/OpenID service.</span>
14+
<span class="help-block small">Login with your preferred <a href="http://www.wikipedia.org/wiki/OAuth">OAuth</a>/<a href="http://www.wikipedia.org/wiki/OpenID">OpenID</a> service.</span>
1515
</h3>
1616
<div class="input-group">
1717
<span class="input-group-addon"><i class="fa fa-user fa-fw"></i></span>
@@ -26,7 +26,7 @@ <h3>
2626
<form action="/auth/" method="post" class="form-register">
2727
<h3>
2828
Register
29-
<span class="help-block small">Sign up with a OAuth/OpenID service.</span>
29+
<span class="help-block small">Sign up with a <a href="http://www.wikipedia.org/wiki/OAuth">OAuth</a>/<a href="http://www.wikipedia.org/wiki/OpenID">OpenID</a> service.</span>
3030
</h3>
3131
<div class="input-group">
3232
<span class="input-group-addon"><i class="fa fa-user fa-fw"></i></span>

0 commit comments

Comments
 (0)