From 7f72396cb2a39a1695e66b539b11c7e9ae218071 Mon Sep 17 00:00:00 2001 From: Alec Rippberger <127791530+alec-livefront@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:39:40 -0500 Subject: [PATCH] chore(tailwind): [PM-20610] migrate webauthn mobile.html * Update Bootstrap styles to Tailwind * Ensure tailwind styles bundled --- apps/web/src/connectors/webauthn-mobile.html | 28 +++++++++++--------- apps/web/webpack.config.js | 2 +- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/apps/web/src/connectors/webauthn-mobile.html b/apps/web/src/connectors/webauthn-mobile.html index 94662711333..06df8b012ab 100644 --- a/apps/web/src/connectors/webauthn-mobile.html +++ b/apps/web/src/connectors/webauthn-mobile.html @@ -11,19 +11,21 @@ Bitwarden WebAuthn Connector - -
-
- -

- - - - - -
- -
+ +
+ +

+ + + + + +
+
diff --git a/apps/web/webpack.config.js b/apps/web/webpack.config.js index d564baaa60f..97644e40319 100644 --- a/apps/web/webpack.config.js +++ b/apps/web/webpack.config.js @@ -112,7 +112,7 @@ const plugins = [ new HtmlWebpackPlugin({ template: "./src/connectors/webauthn-mobile.html", filename: "webauthn-mobile-connector.html", - chunks: ["connectors/webauthn"], + chunks: ["connectors/webauthn", "styles"], }), new HtmlWebpackPlugin({ template: "./src/connectors/webauthn-fallback.html",