* removing errant 'b' in the code
This commit is contained in:
parent
6c19304aee
commit
cdb138a447
|
|
@ -673,7 +673,7 @@ module JamRuby
|
|||
user.photo_url = photo_url
|
||||
|
||||
|
||||
if invited_user.nil? b
|
||||
if invited_user.nil?
|
||||
user.can_invite = Limits::USERS_CAN_INVITE
|
||||
user.email_confirmed = false
|
||||
user.signup_token = SecureRandom.urlsafe_base64
|
||||
|
|
|
|||
Loading…
Reference in New Issue