MaxMind IP database & region approvals
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<beta-signin>
|
||||
<approve-region>
|
||||
<slot v-if="status===Status.OK" v-bind="$props"/>
|
||||
<v-card v-if="status!==Status.OK" rounded="0">
|
||||
<v-card-title>
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
</v-card>
|
||||
<terms-of-service v-if="status===Status.OK"/>
|
||||
</beta-signin>
|
||||
</approve-region>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
@@ -43,7 +43,7 @@ import {computed, ref} from "vue";
|
||||
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 ApproveRegion from "@/components/ApproveRegion.vue";
|
||||
import TermsOfService from "@/components/TermsOfService.vue";
|
||||
|
||||
const s = useStore()
|
||||
|
||||
Reference in New Issue
Block a user