flows: complete migration to FlowExecutorView, fully use context

This commit is contained in:
Jens Langhammer
2020-05-08 16:10:27 +02:00
parent 114bb1b0bd
commit 2a85e5ae87
16 changed files with 180 additions and 416 deletions

View File

@ -9,4 +9,4 @@ class DummyFactor(AuthenticationFactor):
def post(self, request: HttpRequest):
"""Just redirect to next factor"""
return self.authenticator.user_ok()
return self.executor.factor_ok()