-
Notifications
You must be signed in to change notification settings - Fork 364
Aura version fixes #1266
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
Aura version fixes #1266
Conversation
oskarhane
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but looks like you refactored but didn't use the new component :)
| import React from 'react' | ||
|
|
||
| export default function UserManagementOnAura(): JSX.Element { | ||
| return ( | ||
| <div> | ||
| <p> | ||
| User management is currently only available through cypher commands on | ||
| Neo4j Aura Enterprise. | ||
| </p> | ||
| <p> | ||
| Read more on user and role management with cypher on{' '} | ||
| <a | ||
| href="https://neo4j.com/docs/cypher-manual/current/administration/security/users-and-roles" | ||
| target="_blank" | ||
| rel="noreferrer" | ||
| > | ||
| the Neo4j Cypher docs. | ||
| </a> | ||
| </p> | ||
| </div> | ||
| ) | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you're not using this new component?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I made that one first but decided not to use it
oskarhane
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🦩
No preview link as they need to run on aura to notice the difference. To test, hard-code the getEnv in appDuck to CLOUD.
Changes:
changelog: Update how browser detects and behaves in different environments (Aura)