Skip to content

Commit

Permalink
auth: remove redundant result addition
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 6, 2025
1 parent af003b1 commit 5d7c486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/auth/auth_base.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ exports.check_user = function (next, connection, credentials, method) {
if (valid) {
connection.relaying = true;
connection.results.add({name:'relay'}, {pass: plugin.name});
connection.results.add(plugin, {pass: method});

connection.results.add({name:'auth'}, {
pass: plugin.name,
Expand Down

0 comments on commit 5d7c486

Please sign in to comment.