diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/features.html | 4 | ||||
| -rw-r--r-- | 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 @@ <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"], |
