diff options
author | Daniel García <[email protected]> | 2019-08-20 20:07:12 +0200 |
---|---|---|
committer | Daniel García <[email protected]> | 2019-08-20 20:07:12 +0200 |
commit | 515b87755a35b35afd8d8a7cf72996a518f82c17 (patch) | |
tree | b7b83a43adb963c394f80df61d712dce561557be /src/static/images | |
parent | d8ea3d2bfe0582077b44a09bf5f658db949ab16f (diff) | |
download | vaultwarden-515b87755a35b35afd8d8a7cf72996a518f82c17.tar.gz vaultwarden-515b87755a35b35afd8d8a7cf72996a518f82c17.zip |
Update HIBP to v3, requires paid API key, fixes #583
Diffstat (limited to 'src/static/images')
-rw-r--r-- | src/static/images/error-x.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/static/images/error-x.svg b/src/static/images/error-x.svg new file mode 100644 index 00000000..108026d7 --- /dev/null +++ b/src/static/images/error-x.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="450" height="450" version="1"> + <circle cx="225" cy="225" r="225" fill="#C33"/> + <g fill="#FFF" stroke="#FFF" stroke-width="70"> + <path d="M107 110l236 237M107 347l236-237"/> + </g> +</svg> |