Make it not possible to copy the password with css
This commit is contained in:
parent
85e484bf0b
commit
31513f4824
1 changed files with 1 additions and 0 deletions
|
@ -95,4 +95,5 @@ h1 {
|
||||||
|
|
||||||
.generated-password {
|
.generated-password {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue