JM-Lemmi / ical-relay

Relay ical urls and edit them on the fly with different modules.
GNU Affero General Public License v3.0
9 stars 2 forks source link

fix(frontend): check auth only with saved token (#199) #218

Closed frereit closed 9 months ago

frereit commented 9 months ago

This simply only requests the checkSuperAuth endpoint if a token is saved in local storage. If no token is saved in local storage, it is unneccessary to check for authorization.

Closes #199