Make it not possible to copy the password with css

This commit is contained in:
cami 2021-07-23 00:54:29 +02:00
parent 85e484bf0b
commit 31513f4824

View file

@ -95,4 +95,5 @@ h1 {
.generated-password {
font-weight: bold;
user-select: none;
}