chore: print console warning (#1403)
Some checks are pending
Build / build (v26.5.0) (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
Deploy Storybook / deploy (push) Waiting to run

This commit is contained in:
Thebora Kompanioni 2026-08-03 12:08:34 +02:00 committed by GitHub
parent 4a90f342ff
commit 4c2a886c6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 />