echobind / bisonapp

A Full Stack Jamstack in-a-box brought to you by Echobind
MIT License
592 stars 28 forks source link

chore: Remove comments that reference local storage for the auth token. #278

Closed cullylarson closed 2 years ago

cullylarson commented 2 years ago

We no longer use local storage to store the auth token. There are a few references left in the code to local storage. This PR removes them.

Checklist