unlink calendar with password
parent
e09c48c977
commit
95052b0b1f
|
@ -207,10 +207,7 @@ function CardPersonalCalendarSettings({ settings }) {
|
|||
password: EncodeStringToBase64(values.password),
|
||||
deleteCalendars: values.deleteEvents,
|
||||
})
|
||||
.then((res) => {
|
||||
console.log(res);
|
||||
window.location.reload();
|
||||
})
|
||||
.then(() => window.location.reload())
|
||||
.catch((errStatus) => {
|
||||
console.log(errStatus);
|
||||
setIsRequesting(false);
|
||||
|
|
Loading…
Reference in New Issue