Browse Source

fix: remove wild log that was possibly for debugging (#5021)

pull/5044/head
Marián Skrip 2 years ago
committed by GitHub
parent
commit
69e9ccc636
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. 1
      server/models/users.js

1
server/models/users.js

@ -346,7 +346,6 @@ module.exports = class User extends Model {
}
}
}
console.info(redirect)
// Is 2FA required?
if (!skipTFA) {

Loading…
Cancel
Save