update account endpoints

This commit is contained in:
Enrique Hernandez 2021-06-17 08:51:13 -05:00
commit 798b848c9b
11 changed files with 38 additions and 30 deletions

View file

@ -28,7 +28,7 @@
<script lang="ts">
import { defineComponent, ref } from "vue";
import { useProfile } from "@/render/composables/useProfile"
import useProfile from "@/render/composables/useProfile"
import { invokeLogout } from "@/render/ipc";
export default defineComponent({