mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
Closes #3521 because now almost all of the `?` in the main loop will log an error and not bail. This is nice for trivial things like copying a resource when we're not signed in. (e.g. User opens the menu, the token expires, user clicks something, it should just do nothing instead of crashing) Closes a long-standing TODO for moving more of the request handling code inside `impl Controller`