Wouter
Results
2
issues of
Wouter
I get the 'Uncaught TypeError: callback is not a function', linking to this part of the code: ``` return $document.on('turbo:ready', function() { return callback($); }); ``` Am I doing something...
Using the token validation method did not work, and returns a ``` undefined method `client_token' for nil ``` error when trying to use it. This PR fixes the token auth...