TACC / tup-ui

React client for TACC User Portal
2 stars 0 forks source link

fix: invalid markup in mfa #290

Closed wesleyboar closed 1 year ago

wesleyboar commented 1 year ago

Overview

Do not nest a <p> within a <p>.

Related

Changes

Testing

  1. Have MFA pairing.
  2. Open modal to unpair MFA.

UI

Before

Rendered Markup: rendered markup

Logged Error: logged error

Source Markup: source markup

After

No nested <p> tag, yet same UI: no nested p

wesleyboar commented 1 year ago

I fixed the failing build step via 8787cc0 "chore: nx format:write" and pushed it. I wait for GitHub to recognize that here. It does see the branch has that commit.