gush-labs / kazan

VueJS web-app to practice Japanese
https://gush-labs.github.io/kazan/
GNU General Public License v3.0
1 stars 1 forks source link

Do not remove WaniKani API key from the browser storage #51

Closed VadimGush closed 2 years ago

VadimGush commented 2 years ago

Currently if storage is updated to a new version, all data with previous version will be removed. Which is fine, but it removes currently used WaniKani API key from the browser storage, which forces user to sign in again. It might get pretty annoying with frequent updates.

AC