Skip to content

Commit 560219b

Browse files
author
Martii
committed
Comment cleanup
* Really shouldn't be using colorful metaphors
1 parent b9375c0 commit 560219b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ exports.callback = function (aReq, aRes, aNext) {
183183
// Get the passport strategy instance so we can alter the _verify method
184184
strategyInstance = strategyInstances[strategy];
185185

186-
// Hijack the private verify method so we can fuck shit up freely
186+
// Hijack the private verify method so we can mess stuff up freely
187187
// We use this library for things it was never intended to do
188188
if (openIdStrategies[strategy]) {
189189
strategyInstance._verify = function (aId, aDone) {

0 commit comments

Comments
 (0)