refactor: move TFARegParams to appsettings.UI

This commit is contained in:
tekh 2025-09-29 10:48:36 +02:00
parent 5e77b300d6
commit 91c8043a23
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -61,8 +61,5 @@
"writeTo": "criticalLogs"
}
]
},
"TFARegParams": {
"TimeLimit": "90.00:00:00"
}
}