add hastebin compatibility
This commit is contained in:
@ -43,8 +43,7 @@ const toast = (message, duration = 3000) => {
|
||||
Toastify({
|
||||
text: message,
|
||||
duration: duration,
|
||||
close: true,
|
||||
gravity: "bottom",
|
||||
position: "right",
|
||||
position: "right"
|
||||
}).showToast();
|
||||
};
|
||||
|
Reference in New Issue
Block a user