style: npm run format

This commit is contained in:
Danny Liu 2024-04-06 01:13:22 -07:00
parent 78565e554b
commit 8a7075c3bf
2 changed files with 8 additions and 4 deletions

View file

@ -152,7 +152,9 @@
profileImageUrl = generateInitialsImage(name); profileImageUrl = generateInitialsImage(name);
} else { } else {
toast.info( toast.info(
$i18n.t('Fingerprint spoofing detected: default profile picture set. Disable to access initial gravatar!'), $i18n.t(
'Fingerprint spoofing detected: default profile picture set. Disable to access initial gravatar!'
),
{ {
autoClose: 1000 * 10 autoClose: 1000 * 10
} }

View file

@ -45,10 +45,12 @@
if (!canvasPixelTest()) { if (!canvasPixelTest()) {
toast.info( toast.info(
$i18n.t('Fingerprint spoofing detected: default profile picture set. Disable to access initial gravatar!'), $i18n.t(
'Fingerprint spoofing detected: default profile picture set. Disable to access initial gravatar!'
),
{ {
position: "bottom-center", position: 'bottom-center',
autoClose: 1000 * 10, autoClose: 1000 * 10
} }
); );
} }