Skip to content

Commit 6eec7b7

Browse files
author
codeRR
committed
The new application wizard is completed.
1 parent 7c600eb commit 6eec7b7

39 files changed

+179
-10157
lines changed

src/Server/Coderr.Server.App/Core/Accounts/CommandHandlers/RegisterAccountHandler.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ public async Task ExecuteAsync(RegisterAccount command)
8888
}
8989
}
9090

91-
#pragma warning disable 1998
9291
private async Task SendAccountInfo(string userName)
93-
#pragma warning restore 1998
9492
{
9593
var account = await _repository.GetByUserNameAsync(userName);
9694

@@ -103,7 +101,7 @@ private async Task SendAccountInfo(string userName)
103101
Someone (you?) tried to create an account with the same information as your account.
104102
105103
If it was you, you can request a new password from the login page. Otherwise,
106-
contact us so that we can investigate: support@coderrapp.com
104+
contact us so that we can investigate: help@coderrapp.com
107105
108106
Cheerio,
109107
codeRR Team",

src/Server/Coderr.Server.Web/Areas/Admin/Views/Shared/_Layout.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>@ViewBag.Title - codeRR</title>
8-
<link href="/Content/bootstrap/bootstrap.min.css" rel="stylesheet" type="text/css">
8+
<link href="/Content/bootstrap.min.css" rel="stylesheet" type="text/css">
99
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
1010
@Styles.Render("~/Content/css")
1111
@Scripts.Render("~/bundles/modernizr")
@@ -46,7 +46,7 @@
4646
<hr />
4747
<footer>
4848
<p>
49-
&copy; 2017 - 1TCompany AB | <a href="mailto:support@coderrapp.com">support@coderrapp.com</a>
49+
&copy; 2017 - 1TCompany AB | <a href="mailto:help@coderrapp.com">help@coderrapp.com</a>
5050
</p>
5151
</footer>
5252
</div>

src/Server/Coderr.Server.Web/Areas/Installation/Views/Shared/_Layout.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>@ViewBag.Title - codeRR</title>
77
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
8-
<link rel="stylesheet" href="/Content/bootstrap/bootstrap.min.css"/>
8+
<link rel="stylesheet" href="/Content/bootstrap.min.css"/>
99
@Styles.Render("~/Content/css")
1010
@Scripts.Render("~/bundles/modernizr")
1111
@RenderSection("Styles", false)
@@ -26,7 +26,7 @@
2626
<hr/>
2727
<footer>
2828
<p>
29-
&copy; 2017 1TCompany AB | <a href="mailto:support@coderrapp.com">support@coderrapp.com</a>
29+
&copy; 2017 1TCompany AB | <a href="mailto:help@coderrapp.com">help@coderrapp.com</a>
3030
</p>
3131
</footer>
3232
</div>

0 commit comments

Comments
 (0)