Skip to content

Commit

Permalink
Remove PAUSE as a third-party identity authenticator, fixes metacpan#190
Browse files Browse the repository at this point in the history
  • Loading branch information
monken committed Aug 18, 2011
1 parent 79c1d96 commit 4117dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/wrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</div>
<div id="signin" style="display: none; position: absolute; right: 2px; top: 0px">
<div style="border-color: #CCC #999 #fff #CCC; border-width: 1px; border-style: solid; position: relative; top: 1px; background-color: #fff; width: 50px; left: 30px; padding: 5px; text-align: right"><strong>Sign in</strong></div>
<div class="ds"><div style="border-color: #CCC #999 #999 #CCC; border-width: 1px; border-style: solid; background-color: #fff; width: 80px; padding: 5px;"><% FOREACH identity IN ['Facebook', 'GitHub', 'PAUSE', 'Twitter'] %>
<div class="ds"><div style="border-color: #CCC #999 #999 #CCC; border-width: 1px; border-style: solid; background-color: #fff; width: 80px; padding: 5px;"><% FOREACH identity IN ['Facebook', 'GitHub', 'Twitter'] %>
<a href="<% api_secure %>/oauth2/authorize?choice=<% identity.lower %>&amp;client_id=<% c.config.consumer_key %>" onclick="return logInPAUSE(this)"><% identity %></a><% END %>
</div></div><% END %>
</div>
Expand Down

0 comments on commit 4117dc9

Please sign in to comment.