Merge branch '192-improve-interaction-of-input-bar-for-changing-identity' into 'dev'

Resolve "Improve interaction of input bar for changing identity"

See merge request keanuapp/keanuapp-weblite!51
This commit is contained in:
N Pex 2022-02-23 12:30:10 +00:00
commit 26578fe296
3 changed files with 44 additions and 12 deletions

View file

@ -147,7 +147,7 @@
color="primary"
text
@click="
setDisplayName(editValue);
updateDisplayName(editValue);
showEditDisplaynameDialog = false;
"
>{{ $t("menu.ok") }}</v-btn
@ -241,10 +241,6 @@ export default {
},
methods: {
setDisplayName(name) {
this.$matrix.matrixClient.setDisplayName(name);
},
setPassword(oldPassword, newPassword) {
this.settingPassword = true;
this.passwordErrorMessage = null;