This commit is contained in:
2020-10-19 17:05:25 +00:00
parent bbbb9cacd0
commit 067a7e2ef7
3 changed files with 11 additions and 2 deletions

View File

@@ -133,7 +133,12 @@
</v-list>
<template v-slot:append>
<div>
<v-btn x-large block to="/login">
<v-btn
x-large
block
to="/login"
:data-cy="!!$ay.dev ? 'logout' : false"
>
<v-icon large left>$ayiSignOut</v-icon>
<span class="ml-2 text-h6">{{ $ay.t("Logout") }}</span></v-btn
>

View File

@@ -60,7 +60,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//DEVELOPMENT MODE
//THIS SHOULD BE FALSE IN RELEASE
//************************************************************
const DEV_MODE = false;
const DEV_MODE = true;
//************************************************************
//**************************************************************
//**************************************************************