Merge branch 'main' into woodpecker_events_1

This commit is contained in:
SleeplessOne1917 2024-03-27 13:03:31 -04:00 committed by GitHub
commit 42cd115bf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>