ToS; persistent pref store; package upgrade
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
</v-card-actions>
|
||||
|
||||
</v-card>
|
||||
<terms-of-service v-if="status===Status.OK"/>
|
||||
</beta-signin>
|
||||
</template>
|
||||
|
||||
@@ -43,6 +44,7 @@ import {addNetwork, connectWallet, switchChain} from "@/blockchain/wallet.js";
|
||||
import Btn from "@/components/Btn.vue";
|
||||
import Logo from "@/components/Logo.vue";
|
||||
import BetaSignin from "@/components/BetaSignin.vue";
|
||||
import TermsOfService from "@/components/TermsOfService.vue";
|
||||
|
||||
const s = useStore()
|
||||
const disabled = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user