Lots of fixes towards making Oauth2 smooth

This commit is contained in:
frikky
2021-08-27 16:02:59 +02:00
parent faa555e26f
commit f213451f9b
6 changed files with 54 additions and 30 deletions
+2 -2
View File
@@ -156,7 +156,7 @@ const Admin = (props) => {
setTimeout(() => {
getAppAuthentication()
}, 1000)
alert.success("Successfully deleted authentication!")
//alert.success("Successfully deleted authentication!")
}
}),
)
@@ -188,7 +188,7 @@ const Admin = (props) => {
setTimeout(() => {
getSchedules()
}, 1500)
alert.success("Successfully stopped schedule!")
//alert.success("Successfully stopped schedule!")
}
}),
)