diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-06-30 19:21:49 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 19:21:49 +0530 |
commit | 5e74507d5b3f3de8a4f0881fa14f87058e9a63fc (patch) | |
tree | ccab0b45fb642074bbe6691c82a7e2f3eedc0c10 /CHANGELOG.md | |
parent | 57f125a4da9f8bad69c2b2e2e6540d245bdd44c4 (diff) |
Allow importing TOTP configuration through QR codes (#903)
Co-authored-by: Fabian Henneke <fabian@henneke.me>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index adcdc57f..a10857c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. - TOTP support is reintroduced by popular demand. HOTP continues to be unsupported and heavily discouraged. - Initial support for detecting and filling OTP fields with Autofill +- Importing TOTP secrets using QR codes ## [1.9.1] - 2020-06-28 |