🐛 Fixed CLI exception at refreshing token

This commit is contained in:
Oskar Dudziński
2025-03-20 15:07:06 +01:00
committed by GitHub
parent 8e93e4ec9a
commit 526c8c5b0e
+1 -1
View File
@@ -51,7 +51,7 @@ def login(ctx: Context):
if ctx.obj.config.auth.token:
logger.info("Already logged in.")
refresh(ctx)
ctx.invoke(refresh)
return
auth = getDeviceAuth()