mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 23:02:24 +02:00
Clear password on metaverse server change
This commit is contained in:
parent
000166beef
commit
dc29dc4998
1 changed files with 2 additions and 1 deletions
|
@ -410,9 +410,9 @@ Item {
|
|||
if(AccountServices.isLoggedIn()){
|
||||
AccountServices.logOut();
|
||||
}
|
||||
passwordField.text = "";
|
||||
AccountServices.updateAuthURLFromMetaverseServerURL();
|
||||
}
|
||||
linkAccountBody.login();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -429,6 +429,7 @@ Item {
|
|||
if(AccountServices.isLoggedIn()){
|
||||
AccountServices.logOut();
|
||||
}
|
||||
passwordField.text = "";
|
||||
AccountServices.updateAuthURLFromMetaverseServerURL();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue