mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-02 02:03:20 -05:00
fix: Re-write Nuxt auth backend and get rid of sidebase auth (#6322)
This commit is contained in:
@@ -131,7 +131,6 @@ import { useShoppingListPreferences } from "~/composables/use-users/preferences"
|
||||
import type { UserOut } from "~/lib/api/types/user";
|
||||
|
||||
export default defineNuxtComponent({
|
||||
middleware: "sidebase-auth",
|
||||
setup() {
|
||||
const $auth = useMealieAuth();
|
||||
const i18n = useI18n();
|
||||
|
||||
Reference in New Issue
Block a user