diff options
author | Daniel García <[email protected]> | 2019-01-11 13:54:43 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-01-11 13:54:43 +0100 |
commit | 8b07ecb937a0488c857202c3eaed316b8b0b9ed3 (patch) | |
tree | 58438abf406dae15f014316ddd3bb0ffe3899314 | |
parent | 6f521043245c0e806df5b18ba1855db8f84feaa9 (diff) | |
download | vaultwarden-8b07ecb937a0488c857202c3eaed316b8b0b9ed3.tar.gz vaultwarden-8b07ecb937a0488c857202c3eaed316b8b0b9ed3.zip |
Include warning to not report bugs upstream
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,7 +11,9 @@ Image is based on [Rust implementation of Bitwarden API](https://github.com/dani-garcia/bitwarden_rs). -_*Note, that this project is not associated with the [Bitwarden](https://bitwarden.com/) project nor 8bit Solutions LLC._ +**This project is not associated with the [Bitwarden](https://bitwarden.com/) project nor 8bit Solutions LLC.** + +#### ⚠️**IMPORTANT**⚠️: When using this server, please report any Bitwarden related bug-reports or suggestions [here](https://github.com/dani-garcia/bitwarden_rs/issues/new), regardless of whatever clients you are using (mobile, desktop, browser...). DO NOT use the official support channels. --- |