mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-20 06:24:07 +01:00
Completed login page improvement.
This commit is contained in:
parent
9e43ca4ce3
commit
5aa46a8553
@ -74,6 +74,9 @@ function LoginPage() {
|
|||||||
},
|
},
|
||||||
onError: (errorResponse) => console.log(errorResponse),
|
onError: (errorResponse) => console.log(errorResponse),
|
||||||
});
|
});
|
||||||
|
{
|
||||||
|
/* Particles Loader*/
|
||||||
|
}
|
||||||
const particlesInit = useCallback(async (engine) => {
|
const particlesInit = useCallback(async (engine) => {
|
||||||
console.log(engine);
|
console.log(engine);
|
||||||
await loadFull(engine);
|
await loadFull(engine);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user