docs: add docs for passbook_user_debug

This commit is contained in:
Jens Langhammer
2020-09-14 21:53:32 +02:00
parent 40614a65fc
commit b3262e2a82
10 changed files with 29 additions and 10 deletions

View File

@ -12,7 +12,6 @@ from structlog import get_logger
from passbook.core.models import Application, Provider, User
from passbook.flows.views import (
SESSION_KEY_APPLICATION_PRE,
SESSION_KEY_DENIED_ERROR,
SESSION_KEY_DENIED_POLICY_RESULT,
)
from passbook.policies.engine import PolicyEngine