jottacloud: add URL to generate Login Token to config wizard

This commit is contained in:
Nick Craig-Wood
2019-11-28 10:03:48 +00:00
parent 705e4694ed
commit 33c80bbb96
2 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,7 @@ func init() {
clientConfig.UserAgent = "JottaCli 0.6.18626 windows-amd64"
srv := rest.NewClient(fshttp.NewClient(&clientConfig))
fmt.Printf("Generate a personal login token here: https://www.jottacloud.com/web/secure\n")
fmt.Printf("Login Token> ")
loginToken := config.ReadLine()