crate / croud

A command line interface for CrateDB Cloud ☁

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Account for edge-case when login-token is an empty string

MarkusH opened this issue · comments

After a login, the user is redirected to http://localhost:8400/?token=... where we take the token to write it into the config file. We should account for the value of token to be empty.