feat: 添加电子邮件和密码登录及注册功能,包含表单验证和用户状态管理
This commit is contained in:
@@ -60,6 +60,8 @@ export type UsernameClient = TreatyBody<typeof authClient.signIn.username>;
|
||||
|
||||
export type EmailVerifyClient = TreatyBody<typeof authClient.emailOtp.verifyEmail>;
|
||||
|
||||
export type EmailPasswordVerifyClient = TreatyBody<typeof authClient.signIn.email>;
|
||||
|
||||
export type UserDepositOrderData = Treaty.Data<typeof client.api.deposit.orders.get>["data"][number];
|
||||
|
||||
export type UserDepositOrderBody = TreatyQuery<typeof client.api.deposit.orders.get>;
|
||||
|
||||
Reference in New Issue
Block a user