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:
parent
57044a6855
commit
6e337e1e7d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user