Skip to content

Commit

Permalink
#218 - Fix demo login button.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Mar 5, 2019
1 parent 1583e79 commit 8bb799c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Money.UI.Blazor/Pages/Account/Login.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary">Log in</button>
<button type="submit" class="btn btn-default" onclick="@OnDemoSubmitAsync">Login with <strong>demo</strong> user</button>
<button type="button" class="btn btn-default" onclick="@OnDemoSubmitAsync">Login with <strong>demo</strong> user</button>
</div>
<div class="form-group">
<p>
Expand Down

0 comments on commit 8bb799c

Please sign in to comment.