auth0 / auth0-angular

Auth0 SDK for Angular Single Page Applications
MIT License
174 stars 57 forks source link

Ensure tag-exists action works as intended #550

Closed frederikprijck closed 6 months ago

frederikprijck commented 6 months ago

Changes

The tag-exists action was not working due to the fact that it was trying to read from a step that did not exist. Without these changes, it would always 404 and act as if the tag doesn't exist.

Checklist