Skip to content

Commit

Permalink
#218 - Add login title.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Mar 7, 2019
1 parent d384a02 commit ff7a6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Money.UI.Blazor/Pages/Account/Login.cshtml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@page "/account/login"
@inherits LoginBase

<Title Main="Log in" Sub="Use a local account to log in" />

<div class="login">
<div class="alert alert-info">
You can sign in as <strong>demo</strong> user with <strong>demo</strong> password or register your own account.
Expand All @@ -10,9 +12,7 @@
<div class="row">
<div class="col-md-4">
<section>

<form onsubmit="@OnSubmitAsync">
<div asp-validation-summary="All" class="text-danger"></div>
<div class="form-group">
<label for="UserName">User name</label>
<input id="UserName" class="form-control" type="text" autofocus bind="@UserName" />
Expand Down

0 comments on commit ff7a6e8

Please sign in to comment.