mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 00:10:00 +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()){
|
if(AccountServices.isLoggedIn()){
|
||||||
AccountServices.logOut();
|
AccountServices.logOut();
|
||||||
}
|
}
|
||||||
|
passwordField.text = "";
|
||||||
AccountServices.updateAuthURLFromMetaverseServerURL();
|
AccountServices.updateAuthURLFromMetaverseServerURL();
|
||||||
}
|
}
|
||||||
linkAccountBody.login();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -429,6 +429,7 @@ Item {
|
||||||
if(AccountServices.isLoggedIn()){
|
if(AccountServices.isLoggedIn()){
|
||||||
AccountServices.logOut();
|
AccountServices.logOut();
|
||||||
}
|
}
|
||||||
|
passwordField.text = "";
|
||||||
AccountServices.updateAuthURLFromMetaverseServerURL();
|
AccountServices.updateAuthURLFromMetaverseServerURL();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue