upgrade supabase auth to recommended

This commit is contained in:
Michael Dausmann
2023-11-06 20:09:08 +11:00
parent 6e5c8547ea
commit 7e46acf449
9 changed files with 351 additions and 197 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
const user = useSupabaseUser();
const supabase = useSupabaseAuthClient();
const supabase = useSupabaseClient();
const notifyStore = useNotifyStore();