feat: update login flow

This commit is contained in:
2024-01-10 09:22:13 +07:00
parent 73f90ebaf9
commit f2504071cd
17 changed files with 619 additions and 705 deletions

View File

@@ -8,7 +8,7 @@ export function EditContactScreen() {
const { status, data } = useQuery({
queryKey: ["contacts"],
queryFn: async () => {
return await ark.getUserContacts({});
return await ark.getUserContacts();
},
refetchOnWindowFocus: false,
});