Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #196 from adithyaov/patch-1
Browse files Browse the repository at this point in the history
Fix a JS example
  • Loading branch information
domenkozar authored Sep 6, 2021
2 parents 4f047a0 + d21f3db commit e131bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servant-auth-server/README.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ reading the cookie. For jQuery, and with the default values, that might be:
var token = (function() {
r = document.cookie.match(new RegExp('XSRF-TOKEN=([^;]+)'))
if (r) return r[1];
)();
})();
$.ajaxPrefilter(function(opts, origOpts, xhr) {
Expand Down

0 comments on commit e131bd2

Please sign in to comment.