feat: honeypot signup field (#6776)

feat: account consent
This commit is contained in:
François-Xavier Talbot
2026-07-19 21:54:23 +00:00
committed by GitHub
parent 6b569e4ee4
commit c579925f03
5 changed files with 41 additions and 5 deletions
@@ -756,6 +756,7 @@ export namespace Labrinth {
email: string
challenge: string
sign_up_newsletter?: boolean
account_consent?: boolean
}
export type CreateAccountResponse = {
@@ -773,6 +774,7 @@ export namespace Labrinth {
state: string
challenge: string
sign_up_newsletter: boolean
account_consent?: boolean
}
export type CreateOAuthAccountResponse = {