mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 14:08:02 +08:00
Recommended updates.
This commit is contained in:
@@ -75,7 +75,7 @@ export default {
|
||||
this.processing = true;
|
||||
|
||||
if (this.password !== this.repeatPassword) {
|
||||
toast.error("Passwords do not match.");
|
||||
toast.error(this.$t("PasswordsDoNotMatch"));
|
||||
this.processing = false;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user