mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
Use _get_reauth_entry in azure_devops config flow (#127321)
This commit is contained in:
@@ -113,10 +113,8 @@ class AzureDevOpsFlowHandler(ConfigFlow, domain=DOMAIN):
|
|||||||
if errors is not None:
|
if errors is not None:
|
||||||
return await self._show_reauth_form(errors)
|
return await self._show_reauth_form(errors)
|
||||||
|
|
||||||
entry = await self.async_set_unique_id(self.unique_id)
|
|
||||||
assert entry
|
|
||||||
self.hass.config_entries.async_update_entry(
|
self.hass.config_entries.async_update_entry(
|
||||||
entry,
|
self._get_reauth_entry(),
|
||||||
data={
|
data={
|
||||||
CONF_ORG: self._organization,
|
CONF_ORG: self._organization,
|
||||||
CONF_PROJECT: self._project,
|
CONF_PROJECT: self._project,
|
||||||
|
Reference in New Issue
Block a user