refactor: no-floating-promises
This commit is contained in:
parent
af57cb5d71
commit
4bf82b09fa
4 changed files with 19 additions and 18 deletions
|
@ -1,6 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
import auth from "@/services/auth/auth-service.ts";
|
||||
auth.loadUser();
|
||||
await auth.loadUser();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue