Skip to content

Commit

Permalink
Updating develop with master (#170)
Browse files Browse the repository at this point in the history
* Adding stable version to migrate (#167)

* Updating validate email url (#169)
  • Loading branch information
nathanmartinszup authored Dec 1, 2020
1 parent 5bd928f commit 3bfd25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horusec-auth/internal/controller/account/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (a *Account) sendValidateAccountEmail(account *authEntities.Account) error
}

func (a *Account) getConfirmationEmailURL(accountID uuid.UUID) string {
apiURL := env.GetEnvOrDefault("HORUSEC_API_URL", "http://localhost:8003")
apiURL := env.GetEnvOrDefault("HORUSEC_API_URL", "http://localhost:8006")
return fmt.Sprintf("%s/api/account/validate/%s", apiURL, accountID)
}

Expand Down

0 comments on commit 3bfd25d

Please sign in to comment.