bam32bittheme
Advanced tools
Comparing version 2.1.79 to 2.1.80
@@ -149,2 +149,5 @@ "use strict"; | ||
console.error('Error fetching user:', error); | ||
setOpenMessageVerify(t({ | ||
id: 'theme.verify.check2FaForUser.error' | ||
})); | ||
}); | ||
@@ -182,3 +185,3 @@ } | ||
setOpenMessageVerify(t({ | ||
id: 'theme.verify.error' | ||
id: 'theme.verify.qr.error' | ||
})); | ||
@@ -206,3 +209,3 @@ }); | ||
setOpenMessageVerify(t({ | ||
id: 'theme.verify.error' | ||
id: 'theme.verify.code.error' | ||
})); | ||
@@ -213,3 +216,3 @@ } | ||
setOpenMessageVerify(t({ | ||
id: 'theme.verify.error' | ||
id: 'theme.verify.code.error' | ||
})); | ||
@@ -420,3 +423,3 @@ }); | ||
sx: { | ||
width: '80%' | ||
width: isMobile ? '80%' : '50%' | ||
} | ||
@@ -423,0 +426,0 @@ } |
{ | ||
"name": "bam32bittheme", | ||
"version": "2.1.79", | ||
"version": "2.1.80", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "32bit Theme for Material UI v5.x", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1567561
5288