Pre-release 3 for v0.7.0 (#129)
* Bump to 0.7.0-alpha-rc3 * Small tweak to forgot password link * Add version param for cache busting
This commit is contained in:
committed by
GitHub
parent
d1da841e1f
commit
5714e844a7
@@ -8,7 +8,9 @@ from typing import Any, Dict
|
||||
|
||||
DEFAULT_TITLE = "OpenID Connect (SSO)"
|
||||
DOMAIN = "auth_oidc"
|
||||
REPO_ROOT_URL = "https://github.com/christiaangoossens/hass-oidc-auth/tree/v0.7.0-alpha"
|
||||
REPO_ROOT_URL = (
|
||||
"https://github.com/christiaangoossens/hass-oidc-auth/tree/v0.7.0-alpha-rc3"
|
||||
)
|
||||
|
||||
## ===
|
||||
## Config keys
|
||||
|
||||
Reference in New Issue
Block a user