diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-21 12:35:24 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-21 12:35:24 -0400 |
| commit | c035a93c1c4e423319b36978ec8bb672de0594db (patch) | |
| tree | 41d0afed176c3f318c7830fdc5e74ba8a3eb13af | |
| parent | 07b1c2d11a4646ad0730905a71aaa46f00c9e62a (diff) | |
fix duress PIN UI regression
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 1ad6bd05..393a19ae 100644 --- a/static/releases.html +++ b/static/releases.html @@ -794,6 +794,7 @@ <p>Changes since the 2024082000 release:</p> <ul> + <li>Settings: make duress PIN/password configuration unavailable in secondary users again (it was only usable when the secondary user had the same unlock PIN/password as the Owner user)</li> <li>kernel (6.1): update to latest GKI LTS branch revision</li> </ul> </article> |
