mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
unencrypted protocol message
This commit is contained in:
parent
1fbd102402
commit
357d3ecd3e
5 changed files with 21 additions and 15 deletions
|
@ -87,6 +87,7 @@ abstract class Util implements UserRegistrationConstants {
|
|||
if (isRegistrationSupported(activity, link)) {
|
||||
intent.putExtra(AuthenticationActivity.SHOW_SIGNUP_LINK_KEY, true);
|
||||
}
|
||||
intent.putExtra(AuthenticationActivity.SCHEME_KEY, "https");
|
||||
intent.putExtra(AuthenticationActivity.ERROR_KEY, error);
|
||||
if (onSuccess != null) {
|
||||
myAfterRegisrationMap.put(activity, onSuccess);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue