mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-15 04:13:11 -05:00
committed by
GitHub
parent
5aafb56c4f
commit
904e6b7d82
@@ -112,9 +112,9 @@ export default defineNuxtComponent({
|
||||
const api = useAdminApi();
|
||||
const refUserDialog = ref();
|
||||
const inviteDialog = ref();
|
||||
const $auth = useMealieAuth();
|
||||
const auth = useMealieAuth();
|
||||
|
||||
const user = computed(() => $auth.user.value);
|
||||
const user = computed(() => auth.user.value);
|
||||
|
||||
const i18n = useI18n();
|
||||
const { $globals } = useNuxtApp();
|
||||
@@ -149,7 +149,7 @@ export default defineNuxtComponent({
|
||||
deleteUserMixin(id);
|
||||
|
||||
if (isUserOwnAccount.value) {
|
||||
$auth.refresh();
|
||||
auth.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user