Closed coffee-cup closed 3 weeks ago
This fixes a bug where if you have an invalid auth token, you will not be able to re login without running railway logout first. We only want to use the existing authenticated client if the RAILWAY_API_TOKEN variable is set.
railway logout
RAILWAY_API_TOKEN
This fixes a bug where if you have an invalid auth token, you will not be able to re login without running
railway logout
first. We only want to use the existing authenticated client if theRAILWAY_API_TOKEN
variable is set.