mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 05:45:14 +00:00
Empty old & new passwords fields when successful change
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
75e254d8b4
commit
734e4684f7
1 changed files with 2 additions and 0 deletions
|
@ -320,6 +320,8 @@ export default class AccountSettings extends Vue {
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.oldPassword = "";
|
||||||
|
this.newPassword = "";
|
||||||
this.$notifier.success(
|
this.$notifier.success(
|
||||||
this.$t("The password was successfully changed") as string
|
this.$t("The password was successfully changed") as string
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue