From 8d2edfaafea53f9cde9ab502530d28678b7ab29f Mon Sep 17 00:00:00 2001 From: N-Pex Date: Tue, 14 Sep 2021 12:29:05 +0200 Subject: [PATCH] Fix logout from profile view --- src/components/Profile.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Profile.vue b/src/components/Profile.vue index b0887f3..4fd7ec8 100644 --- a/src/components/Profile.vue +++ b/src/components/Profile.vue @@ -159,9 +159,11 @@ import ImageResize from "image-resize"; const sizeOf = require("image-size"); //const dataUriToBuffer = require("data-uri-to-buffer"); import util from "../plugins/utils"; +import profileInfoMixin from "./profileInfoMixin"; export default { name: "Profile", + mixins: [profileInfoMixin], components: { ActionRow, SelectLanguageDialog,