move TFARegParams to appsettings.Security

This commit is contained in:
tekh 2025-09-29 10:55:31 +02:00
parent 5c10636e37
commit 78473a45f1
2 changed files with 5 additions and 5 deletions

View File

@ -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"
}
}

View File

@ -117,8 +117,5 @@
}
}
},
"MainPageTitle": null,
"TFARegParams": {
"TimeLimit": "90.00:00:00"
}
"MainPageTitle": null
}