@@ -62,7 +62,7 @@ public class PasswordAuthStrategy implements IAuthStrategy {
boolean captchaEnabled = captchaProperties.getEnable();
// 验证码开关
- if (captchaEnabled) {
+ if (captchaEnabled && !"app".equals(client.getClientKey())) {
validateCaptcha(tenantId, username, code, uuid);
}