add hastebin compatibility
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m45s
Publish Docker Image / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m14s

This commit is contained in:
Lee
2024-06-04 19:16:10 +01:00
parent 78af91e971
commit c8e91ba949
3 changed files with 16 additions and 9 deletions

View File

@ -43,8 +43,7 @@ const toast = (message, duration = 3000) => {
Toastify({
text: message,
duration: duration,
close: true,
gravity: "bottom",
position: "right",
position: "right"
}).showToast();
};