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:
commit
26578fe296
3 changed files with 44 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue