revert timeout to 60s

This commit is contained in:
tobiasKaminsky 2017-11-27 14:53:29 +01:00
parent 4f85979351
commit c5822827b4
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

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) {