Skip to content

Commit

Permalink
add server and port for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
lurume84 committed May 5, 2020
1 parent ecd34b2 commit f09ac3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/login/LoginPresenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
this.interactor.login(user, password, uid, notification_key, new blink.listeners.BaseDecisionListener(
function(data)
{
data.server = "rest-" + data.region.tier + "." + server;
data.port = 443;
data.user = user;
data.uid = uid;
data.notification_key = notification_key;
Expand Down

0 comments on commit f09ac3f

Please sign in to comment.