kopterio / vue-auth-cognito

A Vue.js Vuex module for authentication using Amazon AWS Cognito
114 stars 27 forks source link

fix: return data within resolver function of getCurrentUser() #34

Closed philtim closed 7 years ago

philtim commented 7 years ago

When requesting a user via the getCurrentUser() action a fulfilled promise doesn't have any actual data.

sleistner commented 7 years ago

👍

kesor commented 7 years ago

@philtim any chance you can add a unit test for this?

kesor commented 7 years ago

Fixed in #38 and released as v0.1.5.