Merge pull request #623 from gradido/fix-qrcode-error

fix: QRCode Error after Logout
This commit is contained in:
Moriz Wahl 2021-07-12 10:30:50 +02:00 committed by GitHub
commit 913a4deff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>