Revert "updates on the ui changes"

This reverts commit 298fc603a0.
This commit is contained in:
2026-07-14 12:15:40 +05:30
parent 298fc603a0
commit b66f5cf085
44 changed files with 4661 additions and 7053 deletions

View File

@@ -39,7 +39,7 @@ export function toClient(raw) {
export function toUser(raw) {
const p = raw.payload ?? raw;
const id = p.id ?? raw.id ?? p.uid ?? raw.uid ?? p.email;
const id = p.id ?? raw.id;
return {
id,
name: p.first_name ? `${p.first_name} ${p.last_name || ''}`.trim() : (p.name || '—'),