mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Merge pull request #4254 from nextcloud/clearInputBeforeQR
Reset host when using login via QR/link
This commit is contained in:
commit
5370493798
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