mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +01:00
https://linear.app/unleash/issue/2-3430/fix-undefined-in-access-overview-when-user-name-is-unavailable Adds a fallback to email in case the name is not available. Also switches the priority of the fallbacks to be consistent with other places in our codebase (email > username) and uses `||` instead of `??` because falsy values don't provide much informational value anyways.  |
||
|---|---|---|
| .. | ||
| Authentication | ||
| common | ||
| DemoAuth | ||
| ForgottenPassword | ||
| Login | ||
| NewUser | ||
| Profile | ||
| ResetPassword | ||
| SimpleAuth | ||
| UserProfile | ||
| AuthenticationCustomComponent.tsx | ||
| HostedAuth.tsx | ||
| PasswordAuth.test.tsx | ||
| PasswordAuth.tsx | ||
| StandaloneBanner.tsx | ||
| user.module.scss | ||