ory / elements

Ory Elements is a component library that makes building login, registration and account pages for Ory a breeze. Check out the components library on Chromatic https://www.chromatic.com/library?appId=63b58e306cfd32348fa48d50
https://ory.sh
Apache License 2.0
85 stars 44 forks source link

fix: `additionalProps` should be conditional on the `UserAuthCard` #138

Closed francesconi closed 1 year ago

francesconi commented 1 year ago

This PR addresses two minor issues:

  1. Previously, after creating a login flow, its ID was not included in the query parameters, unlike the other flows.
  2. The signup URL was always rendered, even when it was undefined. This resulted in an unclickable link. Additionally, this change allows users who haven't enabled registration to hide the URL.

Checklist

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.