mwmbl / front-end

New SvelteKit-based front-end for Mwmbl
https://alpha.mwmbl.org/
GNU Affero General Public License v3.0
0 stars 0 forks source link

refactor: don't use cookies for response data #10

Open xynydev opened 4 weeks ago

xynydev commented 4 weeks ago

Currently on the account page I've mistakenly started using cookies to store data that is generated as a response to the action of a user and an API call. This should be added to SvelteKit event locals instead.