-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Management Panel UI #405
Comments
as-is: only display components if the user has identifier |
Need to add a new public frontend api v2 endpoint that returns which identifier types (+ full name) are enabled? Options:
|
At first I thought the updated @corbado/types code needs to be published to npm registry, but it seems the issue is bigger than that: Simply using LoginIdentifierType from packages/react breaks the lerna build command. If I add @corbado/types to packages/react/webpack.prod.js and packages/web-js/tsconfig.bundler.json, lerna build is fixed but running react playground fails. Since everything works correctly outside this branch, it seems that modifying interdependent packages (react, shared-ui, types) simultaneously seems to cause the problem. Is there a best-practice for this that i'm not aware of? |
It works when I use LoginIdentifierType from shared-ui instead of from corbado/types... why??? :( |
|
todos for changes to the UI
|
No description provided.
The text was updated successfully, but these errors were encountered: