mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
reset host when using login via QR/link
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
040b460811
commit
011169dea4
1 changed files with 1 additions and 0 deletions
|
@ -505,6 +505,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
|
|||
|
||||
if (loginUrlInfo != null) {
|
||||
try {
|
||||
mHostUrlInput.setText("");
|
||||
mServerInfo.mBaseUrl = AuthenticatorUrlUtils.normalizeUrlSuffix(loginUrlInfo.serverAddress);
|
||||
webViewUser = loginUrlInfo.username;
|
||||
webViewPassword = loginUrlInfo.password;
|
||||
|
|
Loading…
Reference in a new issue