diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-28 22:12:25 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-28 22:12:25 +0300 |
commit | ced3ed9ddde25614bbc9777a5d546eee2a44a2e0 (patch) | |
tree | 1a4ba424766388eb900e18e406155eeb7bde34a2 /src | |
parent | 8433d1a895a9bf8f2bf29521b636ebc1be782a72 (diff) |
Add missing class
Diffstat (limited to 'src')
-rw-r--r-- | src/prj/totp/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prj/totp/index.html b/src/prj/totp/index.html index 6974a0c..aa040d4 100644 --- a/src/prj/totp/index.html +++ b/src/prj/totp/index.html @@ -112,7 +112,7 @@ Often times when enabling <abbr class="tfa">2FA</abbr> on your account on some website or platform, you will be shown a <abbr class="qr">QR</abbr> code you can scan with - your <abbr class="">2FA</abbr> mobile application. + your <abbr class="tfa">2FA</abbr> mobile application. These <abbr class="qr">QR</abbr> codes contain <em>otpauth</em> <abbr class="uri">URI</abbr>s. We can extract these from downloaded images using utilities such |