1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Fix captcha and webauthn-fallback not using theme_light (#1427)

This commit is contained in:
Oscar Hinton
2022-02-01 15:46:16 +01:00
committed by GitHub
parent 61ab2fbda3
commit ca199a398e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html class="theme_light">
<head>
<meta charset="utf-8" />
<meta

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html class="theme_light">
<head>
<meta charset="utf-8" />
<title>Bitwarden WebAuthn Connector</title>