Skip to content
Snippets Groups Projects
Commit 3a66bf28 authored by Christoph Stahl's avatar Christoph Stahl
Browse files

Do not show config button on admin connection. It never worked properly...

parent 23f94297
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ const emits = defineEmits(['update:name', 'logout', 'config'])
{{ name }}
</span>
<div class="button alert fright" @click="$emit('logout')">Log out</div>
<div v-if="admin" class="button alert fright" @click="$emit('config')">Config</div>
<!-- <div v-if="admin" class="button alert fright" @click="$emit('config')">Config</div> -->
</footer>
</template>
<style scoped>
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment