From 6ff7112bb7ec5d6cf3b21173e065b8f8cb25b3c9 Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Wed, 20 Oct 2021 07:52:12 +1000 Subject: [PATCH] Add type="button" to button elements (#2131) * Add type="button" to button elements * Add type="button" to button elements in notificationBar --- src/notification/bar.html | 6 +++--- src/popup/accounts/update-temp-password.component.html | 4 ++-- src/popup/components/cipher-row.component.html | 2 +- src/popup/components/password-reprompt.component.html | 2 +- src/popup/components/set-pin.component.html | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/notification/bar.html b/src/notification/bar.html index 5e8962c1a5..bc43ed7cc8 100644 --- a/src/notification/bar.html +++ b/src/notification/bar.html @@ -24,15 +24,15 @@
- + - +
- +
diff --git a/src/popup/accounts/update-temp-password.component.html b/src/popup/accounts/update-temp-password.component.html index 608e7214c8..19e698b8f5 100644 --- a/src/popup/accounts/update-temp-password.component.html +++ b/src/popup/accounts/update-temp-password.component.html @@ -36,7 +36,7 @@ appInputVerbatim (input)="updatePasswordStrength()">
-
-
-