fix: QRCode Error after Logout

This commit is contained in:
Moriz Wahl 2021-07-08 19:04:06 +02:00
parent 9ddc23122e
commit f91ef8f5c9

View File

@ -34,7 +34,11 @@
</span>
<b-media-body class="ml-2">
<span class="avatar">
<vue-qrcode :value="$store.state.email" type="image/png"></vue-qrcode>
<vue-qrcode
v-if="$store.state.email"
:value="$store.state.email"
type="image/png"
></vue-qrcode>
</span>
</b-media-body>
</b-media>