mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-21 17:36:54 +01:00
fix
This commit is contained in:
parent
53ddd3464b
commit
f4991132c4
@ -35,7 +35,7 @@
|
||||
<b-field position="is-centered">
|
||||
<b-input :value="contributionHash" readonly></b-input>
|
||||
<p class="control">
|
||||
<b-button @click="copyСontributionHash()" type="is-primary">Copy</b-button>
|
||||
<b-button @click="copyContributionHash" type="is-primary">Copy</b-button>
|
||||
</p>
|
||||
</b-field>
|
||||
</div>
|
||||
@ -212,7 +212,7 @@ export default {
|
||||
this.logOut()
|
||||
this.contributionType = 'anonymous'
|
||||
},
|
||||
copyСontributionHash() {
|
||||
copyContributionHash() {
|
||||
navigator.clipboard.writeText(this.contributionHash).then(() => {
|
||||
this.$buefy.toast.open({
|
||||
message: 'Copied!',
|
||||
|
Loading…
Reference in New Issue
Block a user