You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an error after sending a debug email and trying to verify it with the code. When I called localhost:8000/auth/token/ after a code was sent to me, everything worked fine, but when I submitted it, it threw an AttributeError at /auth/token/ with message type object 'Token' has not attribute 'objects' .
Is this a problem that has occurred in the past or am I missing something?
I just followed the instructions provided by this github README...
Regards,
wachenpaul
The text was updated successfully, but these errors were encountered:
Hi,
I'm getting an error after sending a debug email and trying to verify it with the code. When I called
localhost:8000/auth/token/
after a code was sent to me, everything worked fine, but when I submitted it, it threw anAttributeError at /auth/token/
with messagetype object 'Token' has not attribute 'objects'
.Is this a problem that has occurred in the past or am I missing something?
I just followed the instructions provided by this github README...
Regards,
wachenpaul
The text was updated successfully, but these errors were encountered: