Skip to content

Commit

Permalink
fix default login window height
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellity committed Sep 23, 2014
1 parent e40ca24 commit 9943872
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/auth.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,12 @@ define ['underscore', '../utils/promises', '../utils/version'], (_, promises, ve
window.__hull_login_status__ = null
onCompleteAuthentication(hash)
authHelper: (path, providerName)->

if providerName == 'facebook'
width = 650
height = 430
else
width = 1030
width = 430
height = 550

w = window.open(path, "_auth", "location=0,status=0,width=#{width},height=#{height}")

Expand Down

0 comments on commit 9943872

Please sign in to comment.