thedatahub/Datahub

[Users] Redo layout of the user profile page

Closed this issue · 0 comments

Currently, the user profile component on the user profile page displays the properties of a user account in a definition list instead of a table. The OAuth Client page displays them as a table which looks cleaner.

Detailed description

Realign the HTML of the user profile page with that of the OAuth client page, so that both pages use the same structure.

Possible implementation

  • Redo the HTML of the user profile page.
  • Ensure that the functional tests keep working.