interim auth fix

This commit is contained in:
talksik
2022-03-18 21:57:23 -04:00
parent b5a5c9b644
commit 3bf3c586d1
2 changed files with 31 additions and 19 deletions
@@ -13,3 +13,8 @@ export const $searchQuery = atom<string>({
key: "SEARCH_QUERY",
default: "",
});
export const $authFailureCount = atom<number>({
key: "AUTH_FAILURE_COUNT",
default: 0,
});