temp
This commit is contained in:
@@ -38,5 +38,7 @@ type ToastLoginProps = {
|
||||
* });
|
||||
*/
|
||||
export const toastLogin = (props: ToastLoginProps = {}) => {
|
||||
toast.info(<LoginMessage {...props} />);
|
||||
toast.info(<LoginMessage {...props} />, {
|
||||
autoClose: 5000 * 3,
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user