Originally created by @djbrownbear on GitHub (Sep 15, 2022).
I noticed this minor typo while troubleshooting a certificate update for my instance of vaultwarden.
suggestion: `<span class="badge bg-danger d-none" id="time-warning" title="Time offsets are too much at drift.">Error</span> `
https://github.com/dani-garcia/vaultwarden/blob/9c891baad1838eb3446a90b2d6d71ebace9b347c/src/static/templates/admin/diagnostics.hbs#L144
suggestion: `<span class="badge bg-success d-none" id="https-success" title="Configured to use HTTPS">HTTPS</span>`
https://github.com/dani-garcia/vaultwarden/blob/9c891baad1838eb3446a90b2d6d71ebace9b347c/src/static/templates/admin/diagnostics.hbs#L154
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @djbrownbear on GitHub (Sep 15, 2022).
I noticed this minor typo while troubleshooting a certificate update for my instance of vaultwarden.
suggestion:
<span class="badge bg-danger d-none" id="time-warning" title="Time offsets are too much at drift.">Error</span>https://github.com/dani-garcia/vaultwarden/blob/9c891baad1838eb3446a90b2d6d71ebace9b347c/src/static/templates/admin/diagnostics.hbs#L144
suggestion:
<span class="badge bg-success d-none" id="https-success" title="Configured to use HTTPS">HTTPS</span>https://github.com/dani-garcia/vaultwarden/blob/9c891baad1838eb3446a90b2d6d71ebace9b347c/src/static/templates/admin/diagnostics.hbs#L154
@djbrownbear commented on GitHub (Sep 15, 2022):
First time contributing, created pull request for this issue instead.