Reply to thread

I have noticed that with dark themes, QR codes don't like to be detected by Authy (could be others, haven't tried them). An easy fix for this is to edit the template named "two_step_totp" and replace this:

[CODE]<div style="margin: 1em 0; text-align: center"><span id="TotpQrCode"></span></div>[/CODE]

with this:

[CODE]<div style="background-color: white; margin: 1em 0; text-align: center"><span id="TotpQrCode"></span></div>[/CODE]

It might not look beautiful, but if you don't want to spend time fixing it, it is a quick workaround.


I must say, I already love this two-step verification.


Back
Top Bottom