Skip to content

fix: Lost token in dev mode

Peter Oettig requested to merge fix-token-reload into development

Before, the token variable in the global store was reset to null on hot reload. Now, the token is loaded on each route enter and on each backend call if it is missing in the global store.

Merge request reports

Loading