krgamestudios / auth-server

An API centric auth server.
zlib License
16 stars 2 forks source link

omit physical address line from validation email where no physical address provided #9

Closed MatthewEvans91 closed 2 years ago

MatthewEvans91 commented 2 years ago

Per issue #8

Removes the physical address line from the welcome email during signup. Additionally -- changed the message to use \n and concatenation to be more readable. It was fine how it was initially, but adding the logic to check the presence of the physical address made it quite unreadable.