cleaning a bunch of the auth stuff but not done
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user