Commit b2b3590a authored by Randall Leeds's avatar Randall Leeds

Merge pull request #2086 from hypothesis/2052-scroll-to-sign-in-form-on-clicking-sign-in-link

Scroll to login form when clicking sign in link
parents d56edfc7 b84d4e9a
......@@ -5,7 +5,8 @@
ng-model="account.tab"
ng-submit="vm.submit(form[account.tab])">
<!-- Login -->
<form data-title="Sign in"
<form id="login-form"
data-title="Sign in"
data-value="login"
class="form tab-pane"
name="login"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment