We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4314d6 commit a14dd4eCopy full SHA for a14dd4e
2 files changed
source/GitHubApp/Properties/launchSettings.json
@@ -14,7 +14,7 @@
14
"dotnetRunMessages": true,
15
"launchBrowser": true,
16
"launchUrl": "swagger",
17
- "applicationUrl": "https://localhost:7031;http://localhost:5283",
+ "applicationUrl": "http://localhost:5283",
18
"environmentVariables": {
19
"ASPNETCORE_ENVIRONMENT": "Development"
20
}
source/Gttsb.Core/EmailToCloudIdConverter.cs
@@ -37,7 +37,8 @@ public string ToId(string email)
37
return $"{emailPrepend}{emailWithReplaceableItems}{replaceValue}";
38
39
40
- return $"{emailPrepend}{emailWithReplaceableItems}{defaultEmailReplace}";
+ // TODO: this will fail and it should fail. Replace this will actual failure message...
41
+ return "";
42
43
44
0 commit comments