add outoclose modal when login time changed
This commit is contained in:
@@ -38,6 +38,7 @@ export const ConnectionBtn = () => {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
toast.success("Änderung gespeichert!");
|
toast.success("Änderung gespeichert!");
|
||||||
|
modalRef.current?.close();
|
||||||
}, 2000);
|
}, 2000);
|
||||||
|
|
||||||
setLogoffDebounce(timeout);
|
setLogoffDebounce(timeout);
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ export const ConnectionBtn = () => {
|
|||||||
: null,
|
: null,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
modalRef.current?.close();
|
||||||
toast.success("Änderung gespeichert!");
|
toast.success("Änderung gespeichert!");
|
||||||
}, 2000);
|
}, 2000);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user