fix context
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
a895157be1
commit
ada24a609a
|
@ -58,7 +58,7 @@ class AuthenticatorMobileStageView(ChallengeStageView):
|
||||||
# TODO: use cloud gateway?
|
# TODO: use cloud gateway?
|
||||||
"u": self.request.get_host(),
|
"u": self.request.get_host(),
|
||||||
"s": str(stage.stage_uuid),
|
"s": str(stage.stage_uuid),
|
||||||
"t": self.executor.plan[FLOW_PLAN_MOBILE_ENROLL].token,
|
"t": self.executor.plan.context[FLOW_PLAN_MOBILE_ENROLL].token,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
payload.is_valid()
|
payload.is_valid()
|
||||||
|
|
Reference in New Issue