Add writeful to trusted users, and fix trusted logic GitOrigin-RevId: 526d8a77e8d5c56e94a6d671e811bfdbb74e2ac6
@@ -244,11 +244,11 @@ const AuthenticationController = {
captchaRequiredForLogin(req, user) {
switch (AuthenticationController.getAuditInfo(req).captcha) {
+ case 'trusted':
case 'disabled':
return false
case 'solved':
- case 'trusted':
case 'skipped': {
let required = false
if (user.lastFailedLogin) {