acmauth / StudentCompanion

A mobile app providing a range of features directly to Aristotle University students.

Home Page:https://aristomate.gr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix logout not actually removing user data

neron-png opened this issue · comments

Broke after migrating the persisted stores to capacitor preference stores.

It used to be that the logout button invoked a function that removed all localstorage entries. While capacitor preference stores still use localstorage on the web, on mobile they use different apis, so we need to update that function to add some logic that will erase all capacitor preference store entries too