i will refactor this stemmed from `userRepository....
# codingconventions
t
i will refactor this stemmed from
userRepository.findByEmail(assignee)
being able to be null from the database
a
so shouldn’t it be
?.let
in that case?
d
Copy code
QA Report:  The App no longer automatically quits when user needs to go & register via web-browser