move TFARegParams to appsettings.Security
This commit is contained in:
parent
5c10636e37
commit
78473a45f1
@ -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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user