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
84 stars 41 forks source link

fix: registration via code and verification/recovery card stretches #145

Closed Benehiko closed 9 months ago

Benehiko commented 9 months ago

Verification and recovery would stretch after submitting the email.

Related Issue or Design Document

https://github.com/ory-corp/cloud/issues/5336

The registration via code changes were done in accordance to the API changes here https://github.com/ory/kratos/pull/3505.

Previous Ory elements versions won't be affected by this change since they would still just display the nodes according to the default group - they supported both code and default group. This is more of a readability improvement of the code-section component.

image

image

Checklist

Further comments

Benehiko commented 9 months ago

Adding stricter eslint rules into the project now.

image

Benehiko commented 9 months ago

Please see this PR regarding stricter type checking through eslint https://github.com/ory/elements/pull/148