Commit 8a7075c3 authored by Danny Liu's avatar Danny Liu
Browse files

style: npm run format

parent 78565e55
......@@ -152,7 +152,9 @@
profileImageUrl = generateInitialsImage(name);
} else {
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
}
......
......@@ -45,10 +45,12 @@
if (!canvasPixelTest()) {
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",
autoClose: 1000 * 10,
position: 'bottom-center',
autoClose: 1000 * 10
}
);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment