Browse Source

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

pull/1430/head
Oscar Hinton 4 years ago committed by GitHub
parent
commit
ca199a398e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/connectors/captcha-mobile.html
  2. 2
      src/connectors/webauthn-fallback.html

2
src/connectors/captcha-mobile.html

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

2
src/connectors/webauthn-fallback.html

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

Loading…
Cancel
Save