diff options
Diffstat (limited to 'src/tools/bcrypt/bcrypt.vue')
-rw-r--r-- | src/tools/bcrypt/bcrypt.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/bcrypt/bcrypt.vue b/src/tools/bcrypt/bcrypt.vue index 7e70db8..b166764 100644 --- a/src/tools/bcrypt/bcrypt.vue +++ b/src/tools/bcrypt/bcrypt.vue @@ -33,7 +33,7 @@ const compareMatch = computed(() => compareSync(compareString.value, compareHash <c-input-text :value="hashed" readonly text-center /> <div mt-5 flex justify-center> - <c-button @click="copy"> + <c-button @click="copy()"> Copy hash </c-button> </div> |