Skip to content

Commit

Permalink
Remove custom domaains commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Feb 19, 2021
1 parent 723aebb commit 41d3ac8
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 635 deletions.
2 changes: 0 additions & 2 deletions internal/auth0/auth0.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ type API struct {
Connection ConnectionAPI
Log LogAPI
ResourceServer ResourceServerAPI
CustomDomain CustomDomainAPI
}

func NewAPI(m *management.Management) *API {
Expand All @@ -29,7 +28,6 @@ func NewAPI(m *management.Management) *API {
Connection: m.Connection,
Log: m.Log,
ResourceServer: m.ResourceServer,
CustomDomain: m.CustomDomain,
}
}

Expand Down
22 changes: 0 additions & 22 deletions internal/auth0/custom_domain.go

This file was deleted.

131 changes: 0 additions & 131 deletions internal/auth0/custom_domain_mock.go

This file was deleted.

Loading

0 comments on commit 41d3ac8

Please sign in to comment.