mirror of
https://github.com/flarum/core.git
synced 2025-02-24 19:23:01 +01:00
parent
3aebd458b0
commit
a856aa8047
@ -118,7 +118,7 @@ export default class SignUpModal extends Modal {
|
||||
{!user.isConfirmed() ? [
|
||||
<p>{app.trans('core.confirmation_email_sent', {email: <strong>{user.email()}</strong>})}</p>,
|
||||
<p>
|
||||
<a href={`http://${emailProviderName}`} className="Button Button--primary">
|
||||
<a href={`http://${emailProviderName}`} className="Button Button--primary" target="_blank">
|
||||
{app.trans('core.go_to', {location: emailProviderName})}
|
||||
</a>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user