mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
fix: Re-write Nuxt auth backend and get rid of sidebase auth (#6322)
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
<script lang="ts">
|
||||
export default defineNuxtComponent({
|
||||
middleware: ["sidebase-auth", "can-organize-only"],
|
||||
middleware: ["can-organize-only"],
|
||||
setup() {
|
||||
const i18n = useI18n();
|
||||
const buttonLookup: { [key: string]: string } = {
|
||||
|
||||
Reference in New Issue
Block a user