From c480d1f4b8a83460303ed4b79b379cfb0f054b44 Mon Sep 17 00:00:00 2001 From: truskovskiyk Date: Fri, 20 Dec 2024 23:11:15 +0100 Subject: [PATCH] fix auth --- no-ocr-ui/src/stores/authStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/no-ocr-ui/src/stores/authStore.ts b/no-ocr-ui/src/stores/authStore.ts index 90ce9a3..06d7687 100644 --- a/no-ocr-ui/src/stores/authStore.ts +++ b/no-ocr-ui/src/stores/authStore.ts @@ -1,6 +1,6 @@ import { create } from 'zustand'; import { AuthState } from '../types/auth'; -import { supabase } from '../lib/supabase'; +import { supabase } from '../config/supabase'; export const useAuthStore = create((set) => ({ user: null,