Fixed password change bug

This commit is contained in:
frikky
2021-05-27 21:01:23 +02:00
parent 06b74cf4da
commit d920158cd6
11 changed files with 62 additions and 29 deletions
+1 -1
View File
@@ -1144,7 +1144,7 @@ const Apps = (props) => {
.then((response) => {
setIsLoading(false)
if (response.status === 200) {
alert.success("Hotloaded apps!")
//alert.success("Hotloaded apps!")
getApps()
}