passport-slack
passport-slack copied to clipboard
Fix: ReferenceError
return the whole profile
as the error passed to done
and not json
which is not defined and caused a ReferenceError in the catch
I was able to workaround this by setting skipUserProfile: true
. This might not be addressing this issue but sharing nonetheless.
Hey look a 2 year old unmerged bug fix 🙅♂️