Skip to content

Commit

Permalink
fixed remaining 3003 port reference to personalization page
Browse files Browse the repository at this point in the history
  • Loading branch information
psvensson committed Jun 20, 2016
1 parent cc1899d commit 0762da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/hyper/server/user-handler.js
Expand Up @@ -123,7 +123,7 @@ exports.clearUser = function()
function getLoginServerAddress()
{
var serverAddress = SETTINGS.getReloadServerAddress()
serverAddress = serverAddress + ':3003'
serverAddress = serverAddress + '/cloud'
return serverAddress
}

Expand Down

0 comments on commit 0762da2

Please sign in to comment.