Skip to content

Commit

Permalink
avoid logging auth data
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 9, 2024
1 parent 546043d commit bbc8d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class User {
}

async authenticate(authTry) {
if (this.debug) console.log(authTry)
// if (this.debug) console.log(authTry)
let [username, groupName] = authTry.username.split('@')
if (!groupName) groupName = this.cfg.group ?? 'NicTool'

Expand Down

0 comments on commit bbc8d33

Please sign in to comment.