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