cleaning a bunch of the auth stuff but not done

This commit is contained in:
talksik
2022-04-01 11:10:37 -04:00
parent 95fe01af03
commit 685c03e505
18 changed files with 554 additions and 678 deletions
+1 -6
View File
@@ -14,12 +14,7 @@ export const $searchQuery = atom<string>({
default: "",
});
export const $authFailureCount = atom<number>({
key: "AUTH_FAILURE_COUNT",
default: 0,
});
// google Id of the selected person/conversation
// conversation id
export const $selectedConversation = atom<string>({
key: "SELECTED_CONVERSATION",
default: null,