Fix re-auth with OTP while app runtime #251

This commit is contained in:
linus
2024-10-26 18:27:29 +02:00
parent 1d8132d93a
commit 75013509f4
4 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from config import settings
VERSION = "v1.10.2"
VERSION = "v1.10.3"
OAUTH_TOKEN_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
OAUTH_AUTH_URL = "https://volvoid.eu.volvocars.com/as/authorization.oauth2"