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

pull/5044/head
Marián Skrip 2 years ago committed by GitHub
parent 932bb6fdee
commit 69e9ccc636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save