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

add editpassword

parent 11884aa3
No related branches found
No related tags found
1 merge request!1Development2 into main to clean the repo
......@@ -68,10 +68,15 @@
<a class="block text-sm text-black-700">
{{ email }}
</a>
</template>
</template>
<template #conten2>
<router-link v-on:click="editpassword()" :to="{ name: 'Login' }">
Edit Password
</router-link>
</template>
<template #content>
<router-link v-on:click="logout()" :to="{ name: 'Login' }">
Log out of service
Log Out
</router-link>
</template>
</Dropdown>
......@@ -157,6 +162,10 @@ function logout() {
this.userStore.removeStoreSession()
}
function editpassword() {
console.log('editpassword')
this.$router.push('https://cat4kit.atmohub.kit.edu/admin/')
}
......
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