codeforbtv / baby-equipment-exchange

MIT License
0 stars 8 forks source link

Add user context to account, /edit pages to prevent user-less API call #36

Closed bryanparmelee closed 1 year ago

bryanparmelee commented 1 year ago

Fixing an error where if a user is not signed in and attempts to visit /account or /account/edit, a call to getUserAccount() is made, resulting in an unhandled runtime error.