mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-28 15:21:14 +00:00
Merge branch 'main' into woodpecker_events_1
This commit is contained in:
commit
42cd115bf7
1 changed files with 8 additions and 0 deletions
|
@ -74,6 +74,14 @@ export class RegistrationApplication extends Component<
|
|||
this.forceUpdate(),
|
||||
)}
|
||||
/>
|
||||
{a.creator_local_user.email && (
|
||||
<div>
|
||||
{I18NextService.i18n.t("email")}:
|
||||
<a href={`mailto:${a.creator_local_user.email}`}>
|
||||
{a.creator_local_user.email}
|
||||
</a>
|
||||
</div>
|
||||
)}
|
||||
|
||||
{a.admin && (
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue