princekhunt / privateping

PrivatePing is a secure messaging application built on Python's Django framework, providing end-to-end encryption for messages exchanged between users.
https://privateping.bytespot.tech
MIT License
124 stars 30 forks source link

username field required update #29

Closed HWKDS closed 2 weeks ago

HWKDS commented 2 weeks ago

In the login page, if the username field is left empty, a prompt will appear indicating that the username is required (addressing issue #14).