fix: add normal login support

This commit is contained in:
2025-07-05 14:35:25 +08:00
parent 596e322696
commit 17ec80652c
9 changed files with 212 additions and 144 deletions

View File

@ -1,4 +1,5 @@
{
"admin_api_key": "admin_key_change_me",
"report_api_key": "report_key_change_me"
"report_api_key": "report_key_change_me",
"session_secret_key": "session_secret_key_change_me"
}