move TFARegParams to appsettings.Security
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -117,8 +117,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"MainPageTitle": null,
|
||||
"TFARegParams": {
|
||||
"TimeLimit": "90.00:00:00"
|
||||
}
|
||||
"MainPageTitle": null
|
||||
}
|
||||
Reference in New Issue
Block a user