moved updateDisplayName to profileMixin
This commit is contained in:
parent
aebe869a4e
commit
a03640c380
1 changed files with 1 additions and 5 deletions
|
|
@ -147,7 +147,7 @@
|
||||||
color="primary"
|
color="primary"
|
||||||
text
|
text
|
||||||
@click="
|
@click="
|
||||||
setDisplayName(editValue);
|
updateDisplayName(editValue);
|
||||||
showEditDisplaynameDialog = false;
|
showEditDisplaynameDialog = false;
|
||||||
"
|
"
|
||||||
>{{ $t("menu.ok") }}</v-btn
|
>{{ $t("menu.ok") }}</v-btn
|
||||||
|
|
@ -241,10 +241,6 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
setDisplayName(name) {
|
|
||||||
this.$matrix.matrixClient.setDisplayName(name);
|
|
||||||
},
|
|
||||||
|
|
||||||
setPassword(oldPassword, newPassword) {
|
setPassword(oldPassword, newPassword) {
|
||||||
this.settingPassword = true;
|
this.settingPassword = true;
|
||||||
this.passwordErrorMessage = null;
|
this.passwordErrorMessage = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue