Skip to content

Commit

Permalink
change the cli auth completed URL for cognito
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Ammons committed Nov 7, 2020
1 parent 465a098 commit a5c6981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ultralist/webapp.go
Expand Up @@ -53,8 +53,8 @@ func (w *Webapp) frontendUrl() string {
envFrontendURL := os.Getenv("ULTRALIST_FRONTEND_URL")

if envFrontendURL != "" {
return envFrontendURL + "/login?cli_auth_completed=true"
return envFrontendURL + "/todolist?cli_auth_completed=true"
}

return "https://app.ultralist.io/login?cli_auth_completed=true"
return "https://app.ultralist.io/todolist?cli_auth_completed=true"
}

0 comments on commit a5c6981

Please sign in to comment.