scripting / a8c-FeedLand-Support

A public repo for discussing FeedLand at A8C.
1 stars 0 forks source link

Remember last signin email address #62

Closed scripting closed 8 months ago

scripting commented 8 months ago

When you sign in, and are asked for your email address, it's annoying that you always have to type it, it isn't remembered.

It was saving the value of the last email address in appPrefs, but since you aren't logged in when using this command, appPrefs can't be saved, thus it was never set. Ooops.

Updated to use localStorage instead, now works.