timroesner / WeMart

🛒 Online grocery shopping portal. Created as part of the course CmpE 133 during spring 2018.
https://wemart-133.herokuapp.com
GNU General Public License v3.0
19 stars 10 forks source link

User ID should be usernam #30

Closed timroesner closed 6 years ago

timroesner commented 6 years ago

This small change is necessary in order to access the attributes stored in the dynamo DB through the “currentUser” function of cognito.

Will implement this soon in order to get saving to list working.

Sent with GitHawk

timroesner commented 6 years ago

Fixed with this commit: https://github.com/timroesner/WeMart/commit/487f73b9b8426eadff58a7738a08931eff2a59df

Will be merged with the Item branch

timroesner commented 6 years ago

Fixed in master