diff --git a/EnvelopeGenerator.Web/appsettings.Security.json b/EnvelopeGenerator.Web/appsettings.Security.json index 7f8ef259..b4232996 100644 --- a/EnvelopeGenerator.Web/appsettings.Security.json +++ b/EnvelopeGenerator.Web/appsettings.Security.json @@ -10,5 +10,8 @@ "media-src 'self'", "object-src 'self'" ], - "AllowedOrigins": [ "https://localhost:7202", "https://digitale.unterschrift.wisag.de/" ] + "AllowedOrigins": [ "https://localhost:7202", "https://digitale.unterschrift.wisag.de/" ], + "TFARegParams": { + "TimeLimit": "90.00:00:00" + } } \ No newline at end of file diff --git a/EnvelopeGenerator.Web/appsettings.UI.json b/EnvelopeGenerator.Web/appsettings.UI.json index fcba339a..a81ed7d9 100644 --- a/EnvelopeGenerator.Web/appsettings.UI.json +++ b/EnvelopeGenerator.Web/appsettings.UI.json @@ -117,8 +117,5 @@ } } }, - "MainPageTitle": null, - "TFARegParams": { - "TimeLimit": "90.00:00:00" - } + "MainPageTitle": null } \ No newline at end of file