Migrate auth/logon handler

This commit is contained in:
2021-07-07 22:23:45 -04:00
parent 28b116925b
commit 77f402d9dd
12 changed files with 272 additions and 20 deletions

View File

@@ -10,6 +10,6 @@ namespace JobsJobsJobs.Shared
CitizenId CitizenId,
Instant RecordedOn,
bool FromHere,
string Source,
// string Source,
MarkdownString? Story);
}