Merge remote-tracking branch 'origin/main'

This commit is contained in:
Arimihanta 2021-07-11 15:58:43 +03:00
commit c1e8f2b058
2 changed files with 4 additions and 2 deletions

View File

@ -43,7 +43,9 @@
mounted() {
this.$nextTick(() => {
if (this.$route.query.resetPassword && this.$route.query.token) {
this.open();
setTimeout(()=>{
this.open()
}, 2000)
}
});
},

View File

@ -49,7 +49,7 @@
<button
v-if="
($root.user.is('ADMIN') || $root.user.is('MODO')) &&
($root.user.is('ADMIN') || $root.user.is('MODO') || (comment.owner.id == $root.user.id) ) &&
comment.comments.length < 1
"
title="Supprimer le commentaire"