Update authentication system, database models, and UI components
This commit is contained in:
@ -14,6 +14,6 @@ export function showToast(message) {
|
||||
setTimeout(() => {
|
||||
toast.remove();
|
||||
// Do not remove the container; let it persist for stacking
|
||||
}, 3500);
|
||||
}, 15000);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user