show signup reason in user admin screen

This commit is contained in:
Hazelnoot 2025-06-13 20:01:06 -04:00
parent 99bf315351
commit aa40b8ca0d
7 changed files with 31 additions and 15 deletions

View file

@ -221,6 +221,10 @@ export const meta = {
},
},
},
signupReason: {
type: 'string',
optional: false, nullable: true,
},
},
},
} as const;