From 58c42b411fe3f78c7ceb3a29802d1b22402c5860 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 13 Feb 2025 06:39:22 -0500 Subject: [PATCH] fix TOC entry --- static/features.html | 4 ++-- static/js/redirect.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/static/features.html b/static/features.html index f373b56e..9b764e53 100644 --- a/static/features.html +++ b/static/features.html @@ -107,7 +107,7 @@
  • Closed device identifier leaks
  • Privacy by default
  • PIN scrambling
  • -
  • two-factor fingerprint unlock
  • +
  • Two-factor fingerprint unlock
  • Supports longer passwords
  • Auto reboot
  • @@ -811,7 +811,7 @@ lock screen and SIM PIN/PUK.

    -
    +

    Two-factor fingerprint unlock

    GrapheneOS adds the option to require entering a 2nd factor PIN after diff --git a/static/js/redirect.js b/static/js/redirect.js index 177c60c5..d63455a5 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -27,6 +27,7 @@ const redirects = new Map([ ["/faq#when-devices", "/faq#future-devices"], ["/features#usb-c-port-control", "/features#usb-c-port-and-pogo-pins-control"], + ["/features#Two-factor-fingerprint-unlock", "/features#two-factor-fingerprint-unlock"], ["/hiring#qualitifations", "/hiring#qualifications"],