mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-07 08:56:58 +00:00
Refactor
This commit is contained in:
parent
c6b26a6e52
commit
0f857acd8d
@ -154,7 +154,7 @@ export const Settings = ({ open, setOpen, rawWallet }) => {
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
getUserSettings();
|
getUserSettings();
|
||||||
}, []);
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
@ -243,6 +243,7 @@ const ExportPrivateKey = ({ rawWallet }) => {
|
|||||||
const [isOpen, setIsOpen] = useState(false);
|
const [isOpen, setIsOpen] = useState(false);
|
||||||
const { setOpenSnackGlobal, setInfoSnackCustom } =
|
const { setOpenSnackGlobal, setInfoSnackCustom } =
|
||||||
useContext(QORTAL_APP_CONTEXT);
|
useContext(QORTAL_APP_CONTEXT);
|
||||||
|
const theme = useTheme();
|
||||||
const { t } = useTranslation([
|
const { t } = useTranslation([
|
||||||
'auth',
|
'auth',
|
||||||
'core',
|
'core',
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import bcrypt from 'bcryptjs'
|
import bcrypt from 'bcryptjs';
|
||||||
|
|
||||||
|
|
||||||
self.onmessage = function (e) {
|
self.onmessage = function (e) {
|
||||||
const { hashBase64, salt } = e.data;
|
const { hashBase64, salt } = e.data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user