django-rest-framework-passwordless icon indicating copy to clipboard operation
django-rest-framework-passwordless copied to clipboard

Fix adding existing users to demo users

Open mattrobmattrob opened this issue 1 year ago • 0 comments

This .filter call will always return the first token and in the case this isn't the expected demo user token key (whether it has changed in settings or the user previously logged in as a non-demo user) the expected demo user CallbackToken is never created.

mattrobmattrob avatar Jul 23 '24 20:07 mattrobmattrob