diff options
author | Aditya Wasan <adityawasan55@gmail.com> | 2022-09-07 17:49:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 21:49:08 +0000 |
commit | 244fd92f8b59aeca608253e87bb7a7076ca4a960 (patch) | |
tree | 6861ca2fcc466983600cd296ae6096eca70e1e87 /CHANGELOG.md | |
parent | e5f02a3aca3d85035b80047021a4e0ee0691d3fc (diff) |
Use `GENERAL_SHOW_TIME` for decryption screen timeout (#2107)
* feat(app): use `GENERAL_SHOW_TIME` for decryption screen as well
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
* feat: update timeout to 60 seconds
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
* refactor(app): use constant instead of using a magic number
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
* Add changelog entry
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
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 a75848bb..dd0a5d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file. - Add the ability to run garbage collection on the internal Git repository - Introduce crash reporting backed by Sentry - TOTP field now shows the remaining time for which it is valid +- Allow customizing the timeout for decrypted password screen ### Fixed |