We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MAD Core
The useAccountOrDemoAccount hook, that is available in the MAD Core package, returns an account object with name and username (email).
useAccountOrDemoAccount
name
username
When I use this hook on iOS I get both values, but on web name is undefined.
undefined
I would like the name field to be available on both iOS and web.
No response
import { useAccountOrDemoAccount } from "@equinor/mad-core"; const account = useAccountOrDemoAccount();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Package / App
MAD Core
Description
The
useAccountOrDemoAccount
hook, that is available in the MAD Core package, returns an account object withname
andusername
(email).When I use this hook on iOS I get both values, but on web
name
isundefined
.I would like the
name
field to be available on both iOS and web.Alternatives
No response
Other info
The text was updated successfully, but these errors were encountered: