fix
This commit is contained in:
parent
bff4984998
commit
028a4ce325
@ -7,7 +7,7 @@ const password = ref('');
|
|||||||
const header = computed(() => `Authorization: Basic ${textToBase64(`${username.value}:${password.value}`)}`);
|
const header = computed(() => `Authorization: Basic ${textToBase64(`${username.value}:${password.value}`)}`);
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
|
|
||||||
const { copy } = useCopy({ source: header, text: 't('tools.basic-auth-generator.copied')'' });
|
const { copy } = useCopy({ source: header, text: t('tools.basic-auth-generator.copied') });
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user