-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In ./models/user.py , the User init currently creates a random string if a specific attribute that should have existed doesn't exist. The issue with this is that if for any reason there ever were a case where the User init received faulty init values, we wouldn't detect the error until much later in the code because it wouldn't actually fail. So we should probably clean this up for production.
Metadata
Metadata
Assignees
Labels
No labels