Skip to content

Commit

Permalink
Merge pull request #2474 from j-bo/master
Browse files Browse the repository at this point in the history
Prevent automatic browser translation of the secret string
  • Loading branch information
jhaals authored Sep 26, 2024
2 parents 81956bb + aa95cd6 commit 1a47048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next/src/components/Secret.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const RenderSecret = ({ secret }: { readonly secret: string }) => {
<Typography
id="pre"
data-test-id="preformatted-text-secret"
translate="no"
sx={{
backgroundColor: '#ecf0f1',
padding: '15px',
Expand Down

0 comments on commit 1a47048

Please sign in to comment.