Skip to content

Commit 1749b1e

Browse files
committed
bug(settings): Missing login_totp_code_trouble_link metric
Because - The `login_totp_code_trouble_link` was missing. This Commit: - Adds the `login_totp_code_trouble_link` metric via a `data-glean-id` on the link.
1 parent b029ee5 commit 1749b1e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/fxa-settings/src/pages/Signin/SigninTotpCode

packages/fxa-settings/src/pages/Signin/SigninTotpCode/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ export const SigninTotpCode = ({
193193
to={`/signin_recovery_code${location.search}`}
194194
state={signinState}
195195
className="text-end"
196+
data-glean-id="login_totp_code_trouble_link"
196197
>
197198
Trouble entering code?
198199
</Link>

0 commit comments

Comments
 (0)