feat: complete email binding and pending oauth verification flows
This commit is contained in:
@@ -118,6 +118,8 @@ export interface RegisterRequest {
|
||||
export interface SendVerifyCodeRequest {
|
||||
email: string
|
||||
turnstile_token?: string
|
||||
pending_auth_token?: string
|
||||
pending_oauth_token?: string
|
||||
}
|
||||
|
||||
export interface SendVerifyCodeResponse {
|
||||
|
||||
Reference in New Issue
Block a user