Skip to content

Commit

Permalink
Add pl (polish) TLD for email suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanHouston committed Sep 3, 2019
1 parent 242e308 commit f168ad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/signup/email-value.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class OX.Signup.EmailValue
@email.change(@onChange)
@group.closest('form').submit(@onSubmit)
@userType = ''
Mailcheck.defaultTopLevelDomains.concat(['pl']) # extend TLDs for our Polish users

onChange: ->
if @showing_warning
Expand Down

0 comments on commit f168ad1

Please sign in to comment.