1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 20:20:34 +02:00

Revert to "go to email provider" button

This commit is contained in:
Toby Zerner
2015-09-24 14:22:14 +09:30
parent 753808c3f1
commit fdb598187f
4 changed files with 7 additions and 10 deletions

View File

@@ -46,9 +46,8 @@ export default class ForgotPasswordModal extends Modal {
<div className="Form Form--centered">
<p className="helpText">{app.trans('core.forgot_password_email_sent_message')}</p>
<div className="Form-group">
// Core Key Reorganization: This needs to be changed to a dismiss button!
<a href={'http://' + emailProviderName} className="Button Button--primary Button--block">
{app.trans('core.forgot_password_dismiss_button', {location: emailProviderName})}
{app.trans('core.forgot_password_go_to_button', {url: emailProviderName})}
</a>
</div>
</div>