1
lzhe
2025-06-10 a78817e0058786efef02024bd44626946969f457
src/api/user.js
@@ -18,7 +18,7 @@
      tenantId,
      username,
      password,
      grant_type: website.captchaMode ? 'captcha' : 'password',
      grant_type: website.captchaMode ? 'password' : 'captcha',
      scope: 'all',
      type,
    },