AUTH-3426: Point to new transfer service URL and eliminate PUT /ok

This commit is contained in:
Michael Borkenstein
2021-04-30 11:38:07 -05:00
parent bf737a0efc
commit 235897ba21
2 changed files with 4 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ import (
const (
baseLoginURL = "https://dash.cloudflare.com/argotunnel"
callbackStoreURL = "https://login.argotunnel.com/"
callbackStoreURL = "https://login.cloudflareaccess.org/"
)
func buildLoginSubcommand(hidden bool) *cli.Command {