mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
Merge pull request #1815 from nextcloud/oldLoginTimeout
revert timeout to 60s
This commit is contained in:
commit
f04220e6af
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
|
|||
}
|
||||
}).show();
|
||||
}
|
||||
}, 1000);
|
||||
}, 60000);
|
||||
}
|
||||
|
||||
private void parseAndLoginFromWebView(String dataString) {
|
||||
|
|
Loading…
Reference in a new issue