Show user email in registration application (#2400)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
SleeplessOne1917 2024-03-27 10:17:44 -04:00 committed by GitHub
parent 70e382b3d9
commit ad07fc4fed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -74,6 +74,14 @@ export class RegistrationApplication extends Component<
this.forceUpdate(),
)}
/>
{a.creator_local_user.email && (
<div>
{I18NextService.i18n.t("email")}:&nbsp;
<a href={`mailto:${a.creator_local_user.email}`}>
{a.creator_local_user.email}
</a>
</div>
)}
{a.admin && (
<div>