Skip to content

Commit

Permalink
#218 - Add link from registration to login.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Mar 12, 2019
1 parent 7c6d629 commit c84f36a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/Money.UI.Blazor/Pages/Account/Register.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@
<label for="ConfirmPassword">Confirm password</label>
<input id="ConfirmPassword" class="form-control" type="password" bind="@ConfirmPassword" />
</div>
<button type="submit" class="btn btn-primary">Register</button>
<div class="form-group">
<button type="submit" class="btn btn-primary">Register</button>
</div>
<div class="form-group">
<p>
<a href="@Navigator.UrlAccountLogin()">Login using existing account?</a>
</p>
</div>
</form>
</section>
</div>
Expand Down

0 comments on commit c84f36a

Please sign in to comment.