poprawki w autoryzacji
This commit is contained in:
@@ -8,5 +8,5 @@ function showToast(message, type = 'primary') {
|
||||
toast.innerHTML = `<div class="d-flex"><div class="toast-body">${message}</div></div>`;
|
||||
|
||||
toastContainer.appendChild(toast);
|
||||
setTimeout(() => { toast.remove(); }, 4000);
|
||||
setTimeout(() => { toast.remove(); }, 2000);
|
||||
}
|
||||
|
Reference in New Issue
Block a user