good day, I am using Django-rest-auth package in a project I am building. I 
have email verification set to mandatory and it expires within 2 days.
My issue is that after I try using the link after it has expired, I get a 
weird browser error message saying 

```
NoReverseMatch at 
/api/signup/account-confirm-email/MQ:1j3qDl:rdNt45LkoDhdHsE_OUDFQqW95TY/

Reverse for 'account_login' is not a valid view function or pattern name
```

I would like to get either a redirect to a verification email URL on my api 
or JSON response message instead, saying that it has expired. Please how do 
I go about this?

PLEASE NOTE: I am using django-rest-auth

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-rest-framework/90a9058d-983f-44b4-bf49-dfc57dee0f53%40googlegroups.com.

Reply via email to