1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/frontend/src/component/user
Nuno Góis a10dca44f6
fix: access overview fallback to email (#9582)
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.


![image](https://github.com/user-attachments/assets/2726247c-b7ba-4ed8-8589-f56fff63d031)
2025-03-20 11:02:19 +00:00
..
Authentication chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
common chore: remove oidc UI flag (#8949) 2024-12-10 11:56:50 +01:00
DemoAuth feat: allow admin login using demo auth (#6808) 2024-04-23 08:39:33 +02:00
ForgottenPassword feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
Login
NewUser feat: Disallow repeating last 5 passwords. (#7552) 2024-07-09 16:18:35 +02:00
Profile fix: access overview fallback to email (#9582) 2025-03-20 11:02:19 +00:00
ResetPassword feat: Disallow repeating last 5 passwords. (#7552) 2024-07-09 16:18:35 +02:00
SimpleAuth chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
UserProfile feat: user profile preview (#7150) 2024-05-27 12:32:21 +02:00
AuthenticationCustomComponent.tsx chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
HostedAuth.tsx chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
PasswordAuth.test.tsx chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
PasswordAuth.tsx chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
StandaloneBanner.tsx chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
user.module.scss