feat: 解决手机验证码登陆失败问题
This commit is contained in:
@@ -238,7 +238,7 @@ export default function AuthFormContent() {
|
||||
const requestBody = {
|
||||
credential: phone,
|
||||
verification_code: verificationCode,
|
||||
register_type: 'phone',
|
||||
login_type: 'phone',
|
||||
};
|
||||
|
||||
// 调用API(根据模式选择不同的endpoint)
|
||||
|
||||
Reference in New Issue
Block a user