We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa05e8a commit f6ea3c7Copy full SHA for f6ea3c7
1 file changed
src/fastapi_cloud_cli/commands/deploy.py
@@ -691,7 +691,7 @@ def deploy(
691
identity = Identity()
692
use_deploy_token = identity.has_deploy_token()
693
has_auth = use_deploy_token or identity.is_logged_in()
694
-
+
695
logger.debug(
696
"Authentication mode: %s", "deploy token" if use_deploy_token else "user token"
697
)
0 commit comments