mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-13 12:33:26 +02:00
chore: print console warning (#1403)
This commit is contained in:
parent
4a90f342ff
commit
4c2a886c6b
1 changed files with 8 additions and 0 deletions
|
|
@ -16,6 +16,14 @@ ${'*'.repeat(42)}/`,
|
|||
'color:#e2b86a;font-size:14px;',
|
||||
)
|
||||
|
||||
setTimeout(() => {
|
||||
console.log('%cWarning!', 'color:oklch(0.577 0.245 27.325);font-size:48px;font-weight:bold;')
|
||||
console.log(
|
||||
"%cYou opened the browser console, a developer tool. Don't enter or paste code you do not understand. Never share your seed phrase or any other info with anyone. If someone told you to do this, it is very likely a scam.",
|
||||
'color:oklch(0.777 0.245 27.325);font-size:16px;',
|
||||
)
|
||||
}, 2_100)
|
||||
|
||||
createRoot(document.querySelector('#root')!).render(
|
||||
<StrictMode>
|
||||
<App />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue