1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-08 19:18:02 +01:00

Use click event to trigger goToHint.

This commit is contained in:
Alec Rippberger 2024-10-09 13:02:59 -05:00
parent 57044a6855
commit 6e337e1e7d
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A

View File

@ -96,8 +96,7 @@
<a
class="tw-inline-block tw-mb-4 tw-font-semibold tw-no-underline hover:tw-underline tw-text-primary-600"
routerLink="/hint"
(mousedown)="goToHint()"
(click)="saveEmailSettings()"
(click)="goToHint()"
>
{{ "getMasterPasswordHint" | i18n }}
</a>