Email Confirmation
This commit is contained in:
parent
31588c0d86
commit
509c817863
41 changed files with 148 additions and 6788 deletions
|
|
@ -338,6 +338,9 @@ public static class HostingExtensions
|
|||
ILoggerFactory loggerFactory = app.Services.GetRequiredService<ILoggerFactory>();
|
||||
var logger = loggerFactory.CreateLogger<Program>();
|
||||
|
||||
AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true);
|
||||
|
||||
|
||||
if (app.Environment.IsDevelopment())
|
||||
{
|
||||
app.UseDeveloperExceptionPage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue