fix: linting all the files possible error may still occur but i just ignored them cuz it's commented code, probably will fix them later if it persists
This commit is contained in:
@ -54,7 +54,7 @@ onMounted(() => {
|
||||
<button @click="store.refreshUserToken">Refresh Token</button>
|
||||
</div>
|
||||
|
||||
<div class="token-section" v-if="store.authenticated">
|
||||
<div v-if="store.authenticated" class="token-section" >
|
||||
<p><strong>Access Token:</strong></p>
|
||||
<pre>{{ store.user.token }}</pre>
|
||||
|
||||
|
Reference in New Issue
Block a user