Skip to content

Commit

Permalink
Use secure api for openid form
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Jan 13, 2015
1 parent 52cd6c2 commit 03d1dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/account/openid-login.html
Expand Up @@ -2,7 +2,7 @@
<div class="container openid-login">
<p>Log into MetaCPAN using OpenID</p>
<i class="fa fa-openid fa-2x fa-fw"></i>
<form action="<% api %>/login/openid">
<form action="<% api_external_secure %>/login/openid">
<div class="input-group login-form">
<input type="hidden" name="client_id" value="<% c.config.consumer_key %>">
<input type="text" class="form-control" name="openid_identifier">
Expand All @@ -12,4 +12,4 @@
</div>
</form>
</div>
</div>
</div>

0 comments on commit 03d1dae

Please sign in to comment.