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()

View file

@ -42,6 +42,7 @@ n) No
y/n> n
Remote config
Generate a personal login token here: https://www.jottacloud.com/web/secure
Login Token> <your token here>
Do you want to use a non standard device/mountpoint e.g. for accessing files uploaded using the official Jottacloud client?