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 sizeOf = require("image-size");
|
||||||
//const dataUriToBuffer = require("data-uri-to-buffer");
|
//const dataUriToBuffer = require("data-uri-to-buffer");
|
||||||
import util from "../plugins/utils";
|
import util from "../plugins/utils";
|
||||||
|
import profileInfoMixin from "./profileInfoMixin";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "Profile",
|
name: "Profile",
|
||||||
|
mixins: [profileInfoMixin],
|
||||||
components: {
|
components: {
|
||||||
ActionRow,
|
ActionRow,
|
||||||
SelectLanguageDialog,
|
SelectLanguageDialog,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue