diff --git a/Agent/Agent.csproj b/Agent/Agent.csproj
index 5acc5e7d..9973d8f4 100644
--- a/Agent/Agent.csproj
+++ b/Agent/Agent.csproj
@@ -11,7 +11,7 @@
+ $@"
Hello!
diff --git a/Server/Areas/Identity/Pages/Account/ForgotPassword.cshtml.cs b/Server/Areas/Identity/Pages/Account/ForgotPassword.cshtml.cs
index 61865b6b..757837ab 100644
--- a/Server/Areas/Identity/Pages/Account/ForgotPassword.cshtml.cs
+++ b/Server/Areas/Identity/Pages/Account/ForgotPassword.cshtml.cs
@@ -66,7 +66,7 @@ namespace Remotely.Server.Areas.Identity.Pages.Account
await _emailSender.SendEmailAsync(
Input.Email,
"Reset Password",
- $"
Please reset your Remotely password by clicking here.");
+ $"
Please reset your Remotely password by clicking here.");
return RedirectToPage("./ForgotPasswordConfirmation");
}
diff --git a/Server/Areas/Identity/Pages/Account/Manage/Index.cshtml.cs b/Server/Areas/Identity/Pages/Account/Manage/Index.cshtml.cs
index cc3b5ddf..bdbdde53 100644
--- a/Server/Areas/Identity/Pages/Account/Manage/Index.cshtml.cs
+++ b/Server/Areas/Identity/Pages/Account/Manage/Index.cshtml.cs
@@ -143,7 +143,7 @@ namespace Remotely.Server.Areas.Identity.Pages.Account.Manage
await _emailSender.SendEmailAsync(
email,
"Confirm your email",
- $"
Please confirm your Remotely account by clicking here.");
+ $"
Please confirm your Remotely account by clicking here.");
StatusMessage = "Verification email sent. Please check your email.";
return RedirectToPage();
diff --git a/Server/Areas/Identity/Pages/Account/Manage/Organization.cshtml.cs b/Server/Areas/Identity/Pages/Account/Manage/Organization.cshtml.cs
index 03e0281e..b87cdee4 100644
--- a/Server/Areas/Identity/Pages/Account/Manage/Organization.cshtml.cs
+++ b/Server/Areas/Identity/Pages/Account/Manage/Organization.cshtml.cs
@@ -143,7 +143,7 @@ namespace Remotely.Server.Areas.Identity.Pages.Account.Manage
var inviteURL = $"{Request.Scheme}://{Request.Host}/Invite?id={newInvite.ID}";
await EmailSender.SendEmailAsync(invite.InvitedUser, "Invitation to Organization in Remotely",
- $@"
+ $@"
Hello!
diff --git a/Server/Areas/Identity/Pages/Account/Register.cshtml.cs b/Server/Areas/Identity/Pages/Account/Register.cshtml.cs
index 0e1629af..68374b63 100644
--- a/Server/Areas/Identity/Pages/Account/Register.cshtml.cs
+++ b/Server/Areas/Identity/Pages/Account/Register.cshtml.cs
@@ -103,7 +103,7 @@ namespace Remotely.Server.Areas.Identity.Pages.Account
protocol: Request.Scheme);
await _emailSender.SendEmailAsync(Input.Email, "Confirm your email",
- $"
Please confirm your Remotely account by clicking here.");
+ $"
Please confirm your Remotely account by clicking here.");
if (_userManager.Options.SignIn.RequireConfirmedAccount)
{
diff --git a/Server/Pages/About.cshtml b/Server/Pages/About.cshtml
index 304e70c0..6e0e0a9d 100644
--- a/Server/Pages/About.cshtml
+++ b/Server/Pages/About.cshtml
@@ -6,10 +6,10 @@
- Website: https://remotely.lucency.co + Website: https://remotely.one
- Contact: https://remotely.lucency.co/Contact + Contact: https://remotely.one/Contact
Privacy Policy: @Request.Scheme://@Request.Host/Privacy diff --git a/Server/wwwroot/manifest-rc.json b/Server/wwwroot/manifest-rc.json index beeb8f8d..ab4c0811 100644 --- a/Server/wwwroot/manifest-rc.json +++ b/Server/wwwroot/manifest-rc.json @@ -2,7 +2,7 @@ "id": "Remotely Remote Control", "name": "Remotely Remote Control", "short_name": "Remotely Remote Control", - "start_url": "https://tryremotely.lucency.co/remotecontrol", + "start_url": "https://app.remotely.one/remotecontrol", "display": "standalone", "background_color": "black", "theme_color": "white", @@ -10,12 +10,12 @@ "description": "Remote access tools designed to get things done quickly.", "icons": [ { - "src": "https://tryremotely.lucency.co/images/Remotely_Icon_128.png", + "src": "https://app.remotely.one/images/Remotely_Icon_128.png", "sizes": "128x128", "type": "image/png" }, { - "src": "https://tryremotely.lucency.co/images/Remotely_Icon_512.png", + "src": "https://app.remotely.one/images/Remotely_Icon_512.png", "sizes": "512x512", "type": "image/png" } @@ -23,15 +23,15 @@ "related_applications": [ { "platform": "windows", - "url": "https://tryremotely.lucency.co/remotecontrol" + "url": "https://app.remotely.one/remotecontrol" }, { "platform": "play", - "url": "https://tryremotely.lucency.co/remotecontrol" + "url": "https://app.remotely.one/remotecontrol" }, { "platform": "itunes", - "url": "https://tryremotely.lucency.co/remotecontrol" + "url": "https://app.remotely.one/remotecontrol" } ] } \ No newline at end of file diff --git a/Server/wwwroot/manifest.json b/Server/wwwroot/manifest.json index 5d03bcae..7e12bc70 100644 --- a/Server/wwwroot/manifest.json +++ b/Server/wwwroot/manifest.json @@ -2,7 +2,7 @@ "id": "Remotely", "name": "Remotely", "short_name": "Remotely", - "start_url": "https://tryremotely.lucency.co", + "start_url": "https://app.remotely.one", "display": "standalone", "background_color": "black", "theme_color": "white", @@ -10,12 +10,12 @@ "description": "Remote access tools designed to get things done quickly.", "icons": [ { - "src": "https://tryremotely.lucency.co/images/Remotely_Icon_128.png", + "src": "https://app.remotely.one/images/Remotely_Icon_128.png", "sizes": "128x128", "type": "image/png" }, { - "src": "https://tryremotely.lucency.co/images/Remotely_Icon_512.png", + "src": "https://app.remotely.one/images/Remotely_Icon_512.png", "sizes": "512x512", "type": "image/png" } @@ -23,15 +23,15 @@ "related_applications": [ { "platform": "windows", - "url": "https://tryremotely.lucency.co/" + "url": "https://app.remotely.one/" }, { "platform": "play", - "url": "https://tryremotely.lucency.co/" + "url": "https://app.remotely.one/" }, { "platform": "itunes", - "url": "https://tryremotely.lucency.co/" + "url": "https://app.remotely.one/" } ] } \ No newline at end of file