From 31513f4824e61dcd068b6d11ccdfaf287e231271 Mon Sep 17 00:00:00 2001 From: cami Date: Fri, 23 Jul 2021 00:54:29 +0200 Subject: [PATCH] Make it not possible to copy the password with css --- frontend/src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.css b/frontend/src/App.css index b31da3c..85703b2 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -95,4 +95,5 @@ h1 { .generated-password { font-weight: bold; + user-select: none; }