override MapIdentityApi() to fix confirmation link.

This commit is contained in:
2024-08-25 13:38:38 -05:00
parent 484106ca17
commit b474641cd3
5 changed files with 497 additions and 16 deletions

View File

@@ -9,6 +9,6 @@
/**
* Local setup instructions, in order:
* 1. To setup the Shogi database, use the dacpac process in visual studio with the Shogi.Database project.
* 1. To setup the Shogi database, use the publish menu option in visual studio with the Shogi.Database project.
* 2. To setup the Entity Framework users database, run this powershell command using Shogi.Api as the target project: dotnet ef database update
*/