diff options
author | Cho <cho@lindenlab.com> | 2013-04-09 02:01:56 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-04-09 02:01:56 +0100 |
commit | 2b8632a81b40ef92a9b3872ad0909575a3bd938a (patch) | |
tree | a714de14f1efefcf04b33346f93937dde6d49a02 /indra/newview/llpanelpeople.cpp | |
parent | c8883f6a5245056c4f26f2ce4f874549e62b2b29 (diff) |
changed redirect_uri to pdp15.lindenlab.com/redirect
Diffstat (limited to 'indra/newview/llpanelpeople.cpp')
-rw-r--r-- | indra/newview/llpanelpeople.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelpeople.cpp b/indra/newview/llpanelpeople.cpp index 052637742b..a425919390 100644 --- a/indra/newview/llpanelpeople.cpp +++ b/indra/newview/llpanelpeople.cpp @@ -80,7 +80,7 @@ static const std::string FBCTEST_TAB_NAME = "fbctest_panel"; static const std::string COLLAPSED_BY_USER = "collapsed_by_user"; static const std::string FBC_SERVICES_URL = "https://pdp15.lindenlab.com"; -static const std::string FBC_SERVICES_REDIRECT_URI = "http://axcho.com/secondlife/"; +static const std::string FBC_SERVICES_REDIRECT_URI = "https://pdp15.lindenlab.com/redirect"; /** Comparator for comparing avatar items by last interaction date */ class LLAvatarItemRecentComparator : public LLAvatarItemComparator |