Index: remoting/webapp/build-webapp.py |
diff --git a/remoting/webapp/build-webapp.py b/remoting/webapp/build-webapp.py |
index 68b1aa8d05c95213a8967cf2ff54af3c9ef1670f..9b8599adb6cc7bf530132fe1809772c2f9176a03 100755 |
--- a/remoting/webapp/build-webapp.py |
+++ b/remoting/webapp/build-webapp.py |
@@ -167,7 +167,7 @@ def buildWebApp(buildtype, version, mimetype, destination, zip_path, plugin, |
# Set the correct OAuth2 redirect URL. |
baseUrl = ( |
- 'https://chromoting.talkgadget.google.com/' |
+ 'https://chromoting-oauth.talkgadget.google.com/' |
'talkgadget/oauth/chrome-remote-desktop') |
if (buildtype == 'Official'): |
oauth2RedirectUrlJs = ( |