update
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title>bet-dapp</title>
|
||||
<title>numbergame-bapp</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
||||
@@ -66,10 +66,6 @@ export default {
|
||||
'setBalance'
|
||||
]),
|
||||
|
||||
validate () {
|
||||
|
||||
},
|
||||
|
||||
handleImport (e) {
|
||||
const keystore = e.target.files[0]
|
||||
|
||||
@@ -131,7 +127,7 @@ export default {
|
||||
},
|
||||
|
||||
async handleRemoveWallet () {
|
||||
this.klaytn.removeWallet()
|
||||
await this.klaytn.removeWallet()
|
||||
this.setIsConnectWallet(false)
|
||||
this.walletInstance = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user