This commit is contained in:
Jon Staab
2026-03-27 12:57:11 -07:00
parent e750185176
commit 2be7f4406a
8 changed files with 281 additions and 110 deletions
+1 -2
View File
@@ -26,7 +26,6 @@ import {
type CreateRelayInput,
type Relay,
type Tenant,
type Identity,
type UpdateRelayInput,
} from "./api"
@@ -75,7 +74,7 @@ export const [identity, { refetch: refetchIdentity, mutate: setIdentity }] = cre
;(() => {
try {
accountManager.fromJSON(JSON.parse(localStorage.getItem("caravel.accounts")))
accountManager.fromJSON(JSON.parse(localStorage.getItem("caravel.accounts")!))
} catch {
// pass
}