From 13b7793ff5e8384026936c2ea7e41f286e9bab7c 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 b3fc8b9312..c44f67bc7a 100644 --- a/src/notification/bar.html +++ b/src/notification/bar.html @@ -22,15 +22,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()">
-
-
-