mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
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:
@@ -484,6 +484,7 @@ class FlowHandler:
|
||||
data=data,
|
||||
description=description,
|
||||
description_placeholders=description_placeholders,
|
||||
context=self.context,
|
||||
)
|
||||
|
||||
@callback
|
||||
|
||||
Reference in New Issue
Block a user