mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 16:15:25 +08:00
Merge branch 'master' into patch-6
This commit is contained in:
@@ -472,7 +472,7 @@ export default {
|
||||
return;
|
||||
}
|
||||
|
||||
// Beautiful the JSON format
|
||||
// Beautify the JSON format
|
||||
if (this.monitor.body) {
|
||||
this.monitor.body = JSON.stringify(JSON.parse(this.monitor.body), null, 4);
|
||||
}
|
||||
|
@@ -75,7 +75,7 @@ export default {
|
||||
this.processing = true;
|
||||
|
||||
if (this.password !== this.repeatPassword) {
|
||||
toast.error("Repeat password do not match.");
|
||||
toast.error(this.$t("PasswordsDoNotMatch"));
|
||||
this.processing = false;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user