Fix logout from profile view
This commit is contained in:
parent
dd53bf2de5
commit
8d2edfaafe
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue