aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/oc/OCAuthorizationActivity.java
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2013-09-13 21:08:04 +0200
committerSamuel Tardieu <sam@rfc1149.net>2013-09-13 21:08:04 +0200
commit64e944c4fb12d1f1a3f6bc8484357cd593f63275 (patch)
tree4e589934e9b6ccfe09c08b424768162a6772ede9 /main/src/cgeo/geocaching/connector/oc/OCAuthorizationActivity.java
parent2a75d3d1cd6bae2c2d74a73ac4b8e82ad364f640 (diff)
downloadcgeo-64e944c4fb12d1f1a3f6bc8484357cd593f63275.zip
cgeo-64e944c4fb12d1f1a3f6bc8484357cd593f63275.tar.gz
cgeo-64e944c4fb12d1f1a3f6bc8484357cd593f63275.tar.bz2
Enable in-band registration for opencaching.de
The strings still refer to the PIN code. That will be changed when opencaching.pl, which shares the same interface, gets migrated as well to the callback mechanism.
Diffstat (limited to 'main/src/cgeo/geocaching/connector/oc/OCAuthorizationActivity.java')
-rw-r--r--main/src/cgeo/geocaching/connector/oc/OCAuthorizationActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/connector/oc/OCAuthorizationActivity.java b/main/src/cgeo/geocaching/connector/oc/OCAuthorizationActivity.java
index 45a4475..bae5c1b 100644
--- a/main/src/cgeo/geocaching/connector/oc/OCAuthorizationActivity.java
+++ b/main/src/cgeo/geocaching/connector/oc/OCAuthorizationActivity.java
@@ -20,7 +20,7 @@ public class OCAuthorizationActivity extends OAuthAuthorizationActivity {
false,
CgeoApplication.getInstance().getResources().getString(authParams.getCKResId()),
CgeoApplication.getInstance().getResources().getString(authParams.getCSResId()),
- null);
+ authParams.getCallbackUri());
this.authParams = authParams;
}