Skip to content

Fix getting csrf token from cookie

Nick Sellen requested to merge fix-get-csrf-token into master

If CSRF_TOKEN was not present, it would have a null error.

Merge request reports