Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion App/StackExchange.DataExplorer/Views/Account/LogIn.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<p class="noscript-notice">Open ID is a service that allows you to log on to many different websites using a single identity. Find out <a href="http://openid.net/what/">more about OpenId</a> and <a href="http://openid.net/get/">how to get an OpenID-enabled account</a>.</p>
</noscript>
</div>
<form class="openid-form" action="/user/authenticate" method="POST">
<form class="openid-form" action="/user/authenticate?returnurl=@Request.Params["returnurl"]" method="POST">
<input type="hidden" id="oauth2url" name="@Keys.OAuth2Url" value="">
<div class="small-buttons js-script-only">
<div>
Expand Down