Skip to content

Commit

Permalink
modify words in preauth.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0629 committed Aug 28, 2012
1 parent bc17769 commit 76e662c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render/preauth.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</script>
</head>
<body>
<p>Select a content provider to auth.</p>
<p>Select an oauth provider.</p>
<ul>
{% for cp in oauth %}
<li><a href="/" onclick="return auth('{{ cp }}');">{{ cp }}</a></li>
Expand Down

0 comments on commit 76e662c

Please sign in to comment.