summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-02-13 06:39:22 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2025-02-13 06:40:26 -0500
commit58c42b411fe3f78c7ceb3a29802d1b22402c5860 (patch)
tree64efec19ea23f629ded29cdbd4c3ea39ec297748
parentd136e7b3bf63d9481f08b5f6a76bc5ae7acadfaa (diff)
fix TOC entry
-rw-r--r--static/features.html4
-rw-r--r--static/js/redirect.js1
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 @@
<li><a href="#closed-device-identifier-leaks">Closed device identifier leaks</a></li>
<li><a href="#privacy-by-default">Privacy by default</a></li>
<li><a href="#pin-scrambling">PIN scrambling</a></li>
- <li><a href="#two-factor-fingerprint-unlock">two-factor fingerprint unlock</a></li>
+ <li><a href="#two-factor-fingerprint-unlock">Two-factor fingerprint unlock</a></li>
<li><a href="#supports-longer-passwords">Supports longer
passwords</a></li>
<li><a href="#auto-reboot">Auto reboot</a></li>
@@ -811,7 +811,7 @@
lock screen and SIM PIN/PUK.</p>
</section>
- <section id="Two-factor-fingerprint-unlock">
+ <section id="two-factor-fingerprint-unlock">
<h3><a href="#Two-factor-fingerprint-unlock">Two-factor fingerprint unlock</a></h3>
<p>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"],