feat/sw-1266: mask private info in hotjar recordings
This commit is contained in:
@@ -39,7 +39,13 @@ export default async function Profile({ params }: PageArgs<LangParams>) {
|
||||
<Title as="h4" color="red" level="h1" textTransform="capitalize">
|
||||
{intl.formatMessage({ id: "Welcome" })}
|
||||
</Title>
|
||||
<Title as="h4" color="burgundy" level="h2" textTransform="capitalize">
|
||||
<Title
|
||||
data-hj-suppress
|
||||
as="h4"
|
||||
color="burgundy"
|
||||
level="h2"
|
||||
textTransform="capitalize"
|
||||
>
|
||||
{user.name}
|
||||
</Title>
|
||||
</hgroup>
|
||||
|
||||
Reference in New Issue
Block a user