braydenidzenga / Dev-Dialogue

MIT License
3 stars 12 forks source link

Fix #16: Disallow user names with spaces #20

Closed MohitKambli closed 3 hours ago

MohitKambli commented 3 hours ago

Hello, Hope you're doing well As it has been requested in issue #16, I have added a condition to check if the username consists of spaces or not If it does, then an error would be thrown Else the flow would go through as it is Here's an example:

image

I hope these code changes meet the requirements Sincere apologies for my mistakes if you find any

Thanks and Regards, Mohit Kambli

braydenidzenga commented 3 hours ago

Great work, I appreciate the pr.