[accounts] allow 3 username changes

This commit is contained in:
Devin Zuczek
2026-09-02 10:40:59 -04:00
parent 6adb3ab741
commit 36f8b01f83
+1 -1
View File
@@ -76,7 +76,7 @@ function unauthorized(c: Context<App>) {
}
/** Username changes a fresh account starts with (until one has been consumed). */
const DEFAULT_USERNAME_CHANGES = 1
const DEFAULT_USERNAME_CHANGES = 3
/**
* Username-change result envelope: `{ success, error, value }`, always HTTP 200.