flows: complete migration to FlowExecutorView, fully use context
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user