Skip to content

Commit

Permalink
Fix #475 Api error 503, Service temporarily unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
albinpa authored and georgepadayatti committed Nov 7, 2023
1 parent caf4256 commit ac72d14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/tenant/single.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,6 @@ func SingleTenantConfiguration(config *config.Configuration) {
organisationAdmin := createOrganisationAdmin(config)
organisationAdminId := organisationAdmin.ID.Hex()

// TODO: If wrong password is provided, the application panics
user.GetOrganisationAdminToken(config.User, config.Iam)

// Create organisation type
orgType := createOrganisationType(config)

Expand Down

0 comments on commit ac72d14

Please sign in to comment.