Skip to content

Commit

Permalink
Removing unnecessary class
Browse files Browse the repository at this point in the history
  • Loading branch information
efleming18 committed Aug 29, 2019
1 parent 2da7421 commit d2e8263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Web/Areas/Identity/Pages/Account/Register.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ViewData["Title"] = "Register";
}

<div class="container account-login-container">
<div class="container">

<h2>@ViewData["Title"]</h2>

Expand Down

0 comments on commit d2e8263

Please sign in to comment.