fix: add username field to keygen request

This commit is contained in:
hailin 2025-12-06 02:35:03 -08:00
parent ac64c2d012
commit 6df7355abe
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ func main() {
sessionData := map[string]interface{}{
"threshold_n": 3,
"threshold_t": 2,
"username": "admin",
}
jsonData, err := json.Marshal(sessionData)