Skip to content

Commit

Permalink
Remove intauth0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyx committed Jan 26, 2021
1 parent b2de67c commit f573cbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/cli/try_login.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (

"github.com/auth0/auth0-cli/internal/auth"
"github.com/auth0/auth0-cli/internal/auth0"
intauth0 "github.com/auth0/auth0-cli/internal/auth0"
"github.com/auth0/auth0-cli/internal/open"
"github.com/spf13/cobra"
"gopkg.in/auth0.v5/management"
Expand Down Expand Up @@ -123,7 +122,7 @@ Launch a browser to try out your universal login box for the given client.
// getOrCreateCLITesterClient uses the manage API to look for an existing client
// named `cliLoginTestingClientName`, and if it doesn't find one creates it with
// default settings.
func getOrCreateCLITesterClient(clientManager intauth0.ClientAPI) (*management.Client, error) {
func getOrCreateCLITesterClient(clientManager auth0.ClientAPI) (*management.Client, error) {
clients, err := clientManager.List()
if err != nil {
return nil, err
Expand Down

0 comments on commit f573cbd

Please sign in to comment.