Summary
On the NyxID app User page, accounts signed in with Google, GitHub, or Apple all show Sign-in Method: Email.
Expected
The page should show the real sign-in method, for example:
- Google
- GitHub
- Apple
- Email/Password
Actual
Google / GitHub / Apple sign-in accounts all display:
Notes
This looks like a frontend display bug, but there is also a backend contract gap.
The current user profile response does not expose a reliable sign-in method field, so the frontend should not default this value to Email.
Summary
On the NyxID app User page, accounts signed in with Google, GitHub, or Apple all show
Sign-in Method: Email.Expected
The page should show the real sign-in method, for example:
Actual
Google / GitHub / Apple sign-in accounts all display:
Sign-in Method: EmailNotes
This looks like a frontend display bug, but there is also a backend contract gap.
The current user profile response does not expose a reliable sign-in method field, so the frontend should not default this value to
Email.