1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +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> <!DOCTYPE html>
<html> <html class="theme_light">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta <meta

View File

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