mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
When the client is connecting for the first time without any cookies loaded the `conn.assigns.account` is non-existent, causing a `KeyError`. Instead, we should be loading this param from the URL and fetching the account from it.