Remove unused constant from auth (#72953)

pull/72990/head
epenet 2022-06-03 17:12:38 +02:00 committed by GitHub
parent a9d45d656d
commit 6da409d6e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -150,7 +150,6 @@ from homeassistant.util import dt as dt_util
from . import indieauth, login_flow, mfa_setup_flow
DOMAIN = "auth"
RESULT_TYPE_CREDENTIALS = "credentials"
@bind_hass