Adding fallback to 2FA docs due to Safari 13 not yet supporting webp

This commit is contained in:
Lucas Hinderberger 2020-09-02 01:09:16 +02:00
parent 5ecadde783
commit 8a74f1c1b5
5 changed files with 16 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View file

@ -25,13 +25,22 @@ use, have a look at Aegis Authenticator
([F-Droid](https://f-droid.org/de/packages/com.beemdevelopment.aegis/) | [Google Play Store](https://play.google.com/store/apps/details?id=com.beemdevelopment.aegis&hl=en_US)).
### Step 1: Navigate to your user settings
![User Settings](/assets/images/security/2fa/user-settings.webp)
<picture>
<source srcset="/assets/images/security/2fa/user-settings.webp" type="image/webp">
<img src="/assets/images/security/2fa/user-settings.png" alt="User Settings">
</picture>
### Step 2: Navigate to the Security tab and click on the Enroll button
![Security Settings](/assets/images/security/2fa/security-settings.webp)
<picture>
<source srcset="/assets/images/security/2fa/security-settings.webp" type="image/webp">
<img src="/assets/images/security/2fa/security-settings.png" alt="Security Settings">
</picture>
### Step 3: Scan the QR code and enter the verification code
![Scanning QR Code](/assets/images/security/2fa/qr-scan.webp)
<picture>
<source srcset="/assets/images/security/2fa/qr-scan.webp" type="image/webp">
<img src="/assets/images/security/2fa/qr-scan.jpg" alt="Scanning QR Code">
</picture>
After scanning the QR code with your app, enter the six digit code displayed
in your app into the "Passcode" field of the settings form, then click "Verify".
@ -42,7 +51,10 @@ using the scratch token.
That token is showed to you right after setting up 2FA:
![Scratch token](/assets/images/security/2fa/scratch-token.webp)
<picture>
<source srcset="/assets/images/security/2fa/scratch-token.webp" type="image/webp">
<img src="/assets/images/security/2fa/scratch-token.png" alt="Scratch token">
</picture>
Please store that token in a safe place.