jferragut/jwt-auth

Unresolved promise on response.json

Closed this issue · 1 comments

Using:

		response.json().then(data => {
			// Your code here
		})

Instead of

		response.json(data => {
			// Your code here
		})

@alesanchezr accepted proposed fix and implemented. Thanks for the report! :)