Skip to content
Snippets Groups Projects
Commit 7b1550f1 authored by Mostafa Hadizadeh's avatar Mostafa Hadizadeh
Browse files

fix editpass

parent cd3b4fbd
No related branches found
No related tags found
1 merge request!1Development2 into main to clean the repo
...@@ -70,9 +70,9 @@ ...@@ -70,9 +70,9 @@
</a> </a>
</template> </template>
<template #content1> <template #content1>
<router-link v-on:click="editpassword()"> <a @click="editpassword()">
Edit Password Edit Password
</router-link> </a>
</template> </template>
<template #content> <template #content>
<router-link v-on:click="logout()" :to="{ name: 'Login' }"> <router-link v-on:click="logout()" :to="{ name: 'Login' }">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment