mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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