mirror of
https://github.com/login-securite/DonPAPI
synced 2025-02-21 14:27:01 +00:00
change font
This commit is contained in:
parent
fb5a602e53
commit
160f88207c
12
frontend/node_modules/.vite/deps/_metadata.json
generated
vendored
12
frontend/node_modules/.vite/deps/_metadata.json
generated
vendored
@ -1,29 +1,29 @@
|
||||
{
|
||||
"hash": "4e193527",
|
||||
"browserHash": "affe7d1d",
|
||||
"hash": "3f16e219",
|
||||
"browserHash": "bd4b56c4",
|
||||
"optimized": {
|
||||
"@kyvg/vue3-notification": {
|
||||
"src": "../../@kyvg/vue3-notification/dist/index.es.js",
|
||||
"file": "@kyvg_vue3-notification.js",
|
||||
"fileHash": "5c306e8e",
|
||||
"fileHash": "fd33f154",
|
||||
"needsInterop": false
|
||||
},
|
||||
"axios": {
|
||||
"src": "../../axios/index.js",
|
||||
"file": "axios.js",
|
||||
"fileHash": "6a7842b9",
|
||||
"fileHash": "e01f380a",
|
||||
"needsInterop": false
|
||||
},
|
||||
"vue": {
|
||||
"src": "../../vue/dist/vue.runtime.esm-bundler.js",
|
||||
"file": "vue.js",
|
||||
"fileHash": "83fb5900",
|
||||
"fileHash": "20526d63",
|
||||
"needsInterop": false
|
||||
},
|
||||
"vue-router": {
|
||||
"src": "../../vue-router/dist/vue-router.mjs",
|
||||
"file": "vue-router.js",
|
||||
"fileHash": "12ce2f87",
|
||||
"fileHash": "03fbd9b9",
|
||||
"needsInterop": false
|
||||
}
|
||||
},
|
||||
|
@ -11,143 +11,3 @@ console.log(import.meta.env.DEV)
|
||||
</div>
|
||||
<notifications position="bottom right" />
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
:root {
|
||||
--primary: #c92a2e;
|
||||
--primary-alt: #c92a2fc9;
|
||||
--grey: #64748b;
|
||||
--dark: #1e293b;
|
||||
--dark-alt: #334155;
|
||||
--light: #f1f5f9;
|
||||
--sidebar-width: 13rem;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
font-family: 'Fira sans', sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--light);
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
appearance: none;
|
||||
border: none;
|
||||
outline: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.app {
|
||||
display: flex;
|
||||
max-height: 100vh;
|
||||
.container {
|
||||
padding-top: 2rem;
|
||||
display: flex; /*added*/
|
||||
flex-direction: column;
|
||||
|
||||
}
|
||||
|
||||
main {
|
||||
flex: 1 1 0;
|
||||
padding: 2rem;
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
padding-left: 6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.text_column {
|
||||
min-width:10rem;
|
||||
max-width:10rem;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
border-radius: 5px;
|
||||
border-color: #dbdbdb;
|
||||
color: #363636;
|
||||
text-indent: 10px;
|
||||
margin-top: 5px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.clipboard-button {
|
||||
width: 4px;
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
height: 10rem;
|
||||
position: relative;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 2rem;
|
||||
|
||||
.functionalities-buttons {
|
||||
display: flex;
|
||||
height: 2rem;
|
||||
button {
|
||||
color: #fff;
|
||||
background-color: var(--primary);
|
||||
}
|
||||
}
|
||||
|
||||
.page-selection {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
display: flex;
|
||||
|
||||
input {
|
||||
margin-left: 1rem;
|
||||
width: 3rem;
|
||||
}
|
||||
|
||||
.page-size-selection {
|
||||
right: 1rem;
|
||||
input {
|
||||
width: 4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.hide-secrets {
|
||||
input {
|
||||
margin-right:0.5rem
|
||||
}
|
||||
}
|
||||
|
||||
p.description{
|
||||
width: 65rem;
|
||||
position: relative;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
.fullValue {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.fullValue div {
|
||||
word-break:break-all;
|
||||
display: block;
|
||||
position: absolute;
|
||||
// block-size: fit-content;
|
||||
width: max-content;
|
||||
max-width: 15em;
|
||||
bottom: 120%;
|
||||
left:0%;
|
||||
z-index:1000;
|
||||
background-color: #DDD;
|
||||
padding: 5px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tableFixHead { table-layout:fixed; overflow-y: auto; height: fit-content; position: relative;}
|
||||
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; background-color: #fff; }
|
||||
</style>
|
||||
|
93
frontend/src/assets/fonts/Poppins/OFL.txt
Normal file
93
frontend/src/assets/fonts/Poppins/OFL.txt
Normal file
@ -0,0 +1,93 @@
|
||||
Copyright 2020 The Poppins Project Authors (https://github.com/itfoundry/Poppins)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
BIN
frontend/src/assets/fonts/Poppins/Poppins-Regular.ttf
Normal file
BIN
frontend/src/assets/fonts/Poppins/Poppins-Regular.ttf
Normal file
Binary file not shown.
146
frontend/src/assets/main.scss
Normal file
146
frontend/src/assets/main.scss
Normal file
@ -0,0 +1,146 @@
|
||||
:root {
|
||||
--primary: #c92a2e;
|
||||
--primary-alt: #c92a2fc9;
|
||||
--grey: #64748b;
|
||||
--dark: #1e293b;
|
||||
--dark-alt: #334155;
|
||||
--light: #fff;
|
||||
--sidebar-width: 13rem;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Poppins";
|
||||
font-style: normal;
|
||||
font-display: auto;
|
||||
font-weight: 400;
|
||||
src: local("Poppins"), url("@/assets/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
font-family: "Poppins", "sans-serif";
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
background: var(--light);
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
appearance: none;
|
||||
border: none;
|
||||
outline: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.app {
|
||||
display: flex;
|
||||
max-height: 100vh;
|
||||
.container {
|
||||
padding-top: 2rem;
|
||||
display: flex; /*added*/
|
||||
flex-direction: column;
|
||||
|
||||
}
|
||||
|
||||
main {
|
||||
flex: 1 1 0;
|
||||
padding: 2rem;
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
padding-left: 6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.text_column {
|
||||
min-width:10rem;
|
||||
max-width:10rem;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
border-radius: 5px;
|
||||
border-color: #dbdbdb;
|
||||
color: #363636;
|
||||
text-indent: 10px;
|
||||
margin-top: 5px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.clipboard-button {
|
||||
width: 4px;
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
height: 10rem;
|
||||
position: relative;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 2rem;
|
||||
|
||||
.functionalities-buttons {
|
||||
display: flex;
|
||||
height: 2rem;
|
||||
button {
|
||||
color: #fff;
|
||||
background-color: var(--primary);
|
||||
}
|
||||
}
|
||||
|
||||
.page-selection {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
display: flex;
|
||||
|
||||
input {
|
||||
margin-left: 1rem;
|
||||
width: 3rem;
|
||||
}
|
||||
|
||||
.page-size-selection {
|
||||
right: 1rem;
|
||||
input {
|
||||
width: 4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.hide-secrets {
|
||||
input {
|
||||
margin-right:0.5rem
|
||||
}
|
||||
}
|
||||
|
||||
p.description{
|
||||
width: 65rem;
|
||||
position: relative;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
.fullValue {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.fullValue div {
|
||||
word-break:break-all;
|
||||
display: block;
|
||||
position: absolute;
|
||||
// block-size: fit-content;
|
||||
width: max-content;
|
||||
max-width: 15em;
|
||||
bottom: 120%;
|
||||
left:0%;
|
||||
z-index:1000;
|
||||
background-color: #DDD;
|
||||
padding: 5px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tableFixHead { table-layout:fixed; overflow-y: auto; height: fit-content; position: relative;}
|
||||
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; background-color: #fff; }
|
@ -64,10 +64,10 @@
|
||||
<tbody>
|
||||
<tr v-for="(certificate, index) in certificates" :key="index">
|
||||
<td><input class="item-checkbox" :id="index" type="checkbox" @click="clickCertificatesCheckbox"></td>
|
||||
<td @click="copyItemToClipBoard(certificate.hostname)">{{ certificate.hostname }}</td>
|
||||
<td @click="copyItemToClipBoard(certificate.windows_user)">{{ certificate.windows_user }}</td>
|
||||
<td @click="copyItemToClipBoard(certificate.username)">{{ certificate.username }}</td>
|
||||
<td v-if="certificate.client_auth" style="font-weight: bold;" @click="copyPfxToCertipyCommand(certificate.pfx_file_path)">Yes</td>
|
||||
<td style="cursor: pointer;" @click="copyItemToClipBoard(certificate.hostname)">{{ certificate.hostname }}</td>
|
||||
<td style="cursor: pointer;" @click="copyItemToClipBoard(certificate.windows_user)">{{ certificate.windows_user }}</td>
|
||||
<td style="cursor: pointer;" @click="copyItemToClipBoard(certificate.username)">{{ certificate.username }}</td>
|
||||
<td v-if="certificate.client_auth" style="font-weight: bold; cursor: pointer;" @click="copyPfxToCertipyCommand(certificate.pfx_file_path)">Yes</td>
|
||||
<td v-else>No</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -125,7 +125,7 @@ export default {
|
||||
downloadBlob(dataToExport, 'certificates_export_' + Date.now() + '.csv');
|
||||
},
|
||||
copyPfxToCertipyCommand(pfxFilePath){
|
||||
copyToClipBoard(this, 'certipy auth -pfx \"' + pfxFilePath + '\"');
|
||||
copyToClipBoard(this, 'certipy auth -pfx \"' + pfxFilePath + '\"', "certipy command");
|
||||
},
|
||||
resetPageInfo() {
|
||||
this.page_number = 1;
|
||||
|
@ -72,9 +72,9 @@
|
||||
<tbody>
|
||||
<tr v-for="(cookie, index) in cookies" :key="index">
|
||||
<td><input class="item-checkbox" :id="index" type="checkbox" @click="clickCookiesCheckbox"></td>
|
||||
<td @click="copyItemToClipBoard(cookie.hostname)">{{ cookie.hostname }}</td>
|
||||
<td @click="copyItemToClipBoard(cookie.windows_user)">{{ cookie.windows_user }}</td>
|
||||
<td @click="copyItemToClipBoard(cookie.cookie_name)">
|
||||
<td style="cursor: pointer;" @click="copyItemToClipBoard(cookie.hostname)">{{ cookie.hostname }}</td>
|
||||
<td style="cursor: pointer;" @click="copyItemToClipBoard(cookie.windows_user)">{{ cookie.windows_user }}</td>
|
||||
<td style="cursor: pointer;" @click="copyItemToClipBoard(cookie.cookie_name)">
|
||||
<span v-if="cookie.cookie_name != null" class="fullValue" @mouseover="showFullCookieName[index] = true" @mouseleave="showFullCookieName[index] = false">
|
||||
{{ cookie.cookie_name.length > 20 ? cookie.cookie_name.substring(0,20)+".." : cookie.cookie_name }}
|
||||
<div :id="'cookie_name_' + index" v-show="showFullCookieName[index]">
|
||||
@ -82,7 +82,7 @@
|
||||
</div>
|
||||
</span>
|
||||
</td>
|
||||
<td @click="copyItemToClipBoard(cookie.cookie_value)">
|
||||
<td style="cursor: pointer;" @click="copyItemToClipBoard(cookie.cookie_value)">
|
||||
<span v-if="cookie.cookie_value != null" class="fullValue" @mouseover="showFullCookieValue[index] = true" @mouseleave="showFullCookieValue[index] = false">
|
||||
{{ cookie.cookie_value.length > 20 ? hideSecretsOnRender(cookie.cookie_value).substring(0,20)+".." : hideSecretsOnRender(cookie.cookie_value) }}
|
||||
<div :id="'cookie_value_' + index" v-show="showFullCookieValue[index]">
|
||||
@ -90,7 +90,7 @@
|
||||
</div>
|
||||
</span>
|
||||
</td>
|
||||
<td @click="copyItemToClipBoard(cookie.url)">{{ cookie.url }}</td>
|
||||
<td style="cursor: pointer;" @click="copyItemToClipBoard(cookie.url)">{{ cookie.url }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -168,7 +168,7 @@ export default {
|
||||
fullTextToClipboard += "document.cookie='" + cookieName.innerText + "=" + cookieValue.innerText + "'\n";
|
||||
}
|
||||
}
|
||||
copyToClipBoard(this, fullTextToClipboard)
|
||||
copyToClipBoard(this, fullTextToClipboard, "cookies as JavaScript code")
|
||||
},
|
||||
resetPageInfo() {
|
||||
this.page_number = 1;
|
||||
@ -185,11 +185,8 @@ export default {
|
||||
axios.get(path)
|
||||
.then((res) => {
|
||||
this.cookies = res.data.cookies;
|
||||
console.log('pouet')
|
||||
console.log(res.data.count);
|
||||
console.log('pouet')
|
||||
console.log(this.page_size);
|
||||
console.log("waza");
|
||||
this.page_max = Math.ceil(res.data.count/this.page_size);
|
||||
this.showFullCookieName[0] = false; //need to init
|
||||
this.showFullCookieValue[0] = false; //need to init
|
||||
|
@ -218,6 +218,10 @@ export default {
|
||||
border-color: #ddd !important;
|
||||
}
|
||||
|
||||
td {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
height: 5rem;
|
||||
}
|
||||
|
@ -85,10 +85,10 @@
|
||||
<tbody>
|
||||
<tr v-for="(secret, index) in secrets" :key="index">
|
||||
<td><input class="item-checkbox" :id="index" type="checkbox" @click="clickSecretsCheckbox"></td>
|
||||
<td @click="copyItemToClipBoard(secret.hostname)">{{ secret.hostname }}</td>
|
||||
<td @click="copyItemToClipBoard(secret.windows_user)">{{ secret.windows_user }}</td>
|
||||
<td @click="copyItemToClipBoard(secret.program)">{{ secret.program }}</td>
|
||||
<td @click="copyItemToClipBoard(secret.target)">
|
||||
<td style="cursor: pointer;" @click="copyItemToClipBoard(secret.hostname)">{{ secret.hostname }}</td>
|
||||
<td style="cursor: pointer;" @click="copyItemToClipBoard(secret.windows_user)">{{ secret.windows_user }}</td>
|
||||
<td style="cursor: pointer;" @click="copyItemToClipBoard(secret.program)">{{ secret.program }}</td>
|
||||
<td style="cursor: pointer;" @click="copyItemToClipBoard(secret.target)">
|
||||
<span v-if="secret.target != null" class="fullValue" @mouseover="showFullTarget[index] = true" @mouseleave="showFullTarget[index] = false">
|
||||
{{ secret.target.length > 20 ? secret.target.substring(0,20)+".." : secret.target }}
|
||||
<div :id="'target_' + index" v-show="showFullTarget[index]">
|
||||
@ -96,7 +96,7 @@
|
||||
</div>
|
||||
</span>
|
||||
</td>
|
||||
<td @click="copyItemToClipBoard(secret.username)">
|
||||
<td style="cursor: pointer;" @click="copyItemToClipBoard(secret.username)">
|
||||
<span v-if="secret.username != null" class="fullValue" @mouseover="showFullUsername[index] = true" @mouseleave="showFullUsername[index] = false">
|
||||
{{ secret.username.length > 20 ? secret.username.substring(0,20)+".." : secret.username }}
|
||||
<div :id="'username_' + index" v-show="showFullUsername[index]">
|
||||
@ -104,7 +104,7 @@
|
||||
</div>
|
||||
</span>
|
||||
</td>
|
||||
<td @click="copyItemToClipBoard(secret.password)">
|
||||
<td style="cursor: pointer;" @click="copyItemToClipBoard(secret.password)">
|
||||
<span v-if="secret.password != null" class="fullValue" @mouseover="showFullPassword[index] = true" @mouseleave="showFullPassword[index] = false">
|
||||
{{ secret.password.length > 20 ? hideSecretsOnRender(secret.password).substring(0,20)+".." : hideSecretsOnRender(secret.password) }}
|
||||
<div :id="'password_' + index" v-show="showFullPassword[index]">
|
||||
|
@ -2,6 +2,7 @@ import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
import 'bootstrap/dist/css/bootstrap.css'
|
||||
import '@/assets/main.scss'
|
||||
import Notifications from '@kyvg/vue3-notification'
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
export function copyToClipBoard(item, data) {
|
||||
export function copyToClipBoard(item, data, message = "data") {
|
||||
if ('clipboard' in navigator) {
|
||||
console.log(typeof data)
|
||||
navigator.clipboard.writeText(data)
|
||||
@ -24,7 +24,7 @@ export function copyToClipBoard(item, data) {
|
||||
item.$notify({
|
||||
title: "DonPAPI",
|
||||
type: "success",
|
||||
text: "Copied to clipboard! 🎉",
|
||||
text: "Successfully copied " + message + " to clipboard! 🎉",
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user