SwapnilShahGit / SIP

This is a project that was created by the PEY Interns of the 2016-2017 year at SOTI. We created an organizational tool for students using the MEAN stack.
3 stars 0 forks source link

Do not save Facebook id if empty string #637

Closed hobindar closed 7 years ago

hobindar commented 7 years ago

This change is required as front end sends us an empty string if a user signs up without Facebook. If we were to save the empty string, we will end up complaining that any other non-Facebook user is a duplicate.

[#636]