Store redirect URI in context instead of asking each time (#77380)
* Store redirect URI in context instead of asking each time * Fix tests
This commit is contained in:
parent
2224d0f43a
commit
14f68ec1a9
9 changed files with 30 additions and 21 deletions
|
@ -484,6 +484,7 @@ class FlowHandler:
|
|||
data=data,
|
||||
description=description,
|
||||
description_placeholders=description_placeholders,
|
||||
context=self.context,
|
||||
)
|
||||
|
||||
@callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue