Merge pull request #1815 from nextcloud/oldLoginTimeout

revert timeout to 60s
This commit is contained in:
Mario Đanić 2017-12-11 19:47:32 +01:00 committed by GitHub
commit f04220e6af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -461,7 +461,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
} }
}).show(); }).show();
} }
}, 1000); }, 60000);
} }
private void parseAndLoginFromWebView(String dataString) { private void parseAndLoginFromWebView(String dataString) {