note backup disclaimer
This commit is contained in:
parent
9343eeeea5
commit
1702178aa9
5 changed files with 12 additions and 7 deletions
|
@ -29,10 +29,8 @@
|
|||
{{ $t('saveAsFile') }} <span class="has-text-primary">{{ filename }}</span>
|
||||
</div>
|
||||
<template v-if="!isSetupAccount">
|
||||
<i18n tag="div" path="yourDontHaveAccount" class="notice">
|
||||
<template v-slot:account>
|
||||
<a @click="_redirectToAccount">{{ $t('account.button') }}</a>
|
||||
</template>
|
||||
<i18n tag="div" path="yourDontHaveAccount" class="notice warning">
|
||||
<template v-slot:account></template>
|
||||
</i18n>
|
||||
</template>
|
||||
<b-checkbox v-if="isSetupAccount" v-model="isEncrypted">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue