Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-15 13:56:36 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-15 19:08:57 +0300
commitdfb3a94cabfe0491a9beb11cfbe4ecca5346faa2 (patch)
treee6a18bad436dc99930fecccab69597c7f9da1f6c /composer.json
parent0375e8e51e4ed8acf13b97cc2a01e814e44c6710 (diff)
Swith to client-side QR lib
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 0806306..1cd3eb0 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,5 @@
{
"require": {
- "endroid/qr-code": "^2.5",
"christian-riesen/base32": "^1.3",
"rullzer/easytotp": "^0.1.3"
},