remove invalid todo

This commit is contained in:
MiniDigger 2021-02-13 17:45:22 +01:00
parent c69fd4b796
commit 687bdd97a7

View File

@ -5,8 +5,7 @@
<v-card-text v-text="$t('linkout.text', [target])" />
<v-card-actions>
<v-btn @click="$router.back()">{{ $t('linkout.abort') }}</v-btn>
<!--TODO why doesn't this work as a replace? It'd be good that this page wasn't saved in history-->
<v-btn :href="target" replace>{{ $t('linkout.continue') }}</v-btn>
<v-btn :href="target">{{ $t('linkout.continue') }}</v-btn>
</v-card-actions>
</v-card>
</v-col>