update account endpoints
This commit is contained in:
parent
d963f7d8a8
commit
798b848c9b
11 changed files with 38 additions and 30 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue