Fix re-auth with OTP while app runtime #251

This commit is contained in:
linus
2024-10-27 10:06:47 +01:00
parent fd4fc9e173
commit 75db5da324
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from config import settings
VERSION = "v1.10.3"
VERSION = "v1.10.4"
OAUTH_TOKEN_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
OAUTH_AUTH_URL = "https://volvoid.eu.volvocars.com/as/authorization.oauth2"