Don't escape the two factor auth help block

This commit is contained in:
James Brooks
2015-05-23 15:29:27 +01:00
parent 82cdd171c5
commit 6044f7d87c

View File

@@ -54,7 +54,7 @@
);
?>
<img src="{{ $google2fa_url }}" class="img-responsive">
<span class='help-block'>{{ trans('forms.user.2fa.help') }}</span>
<span class='help-block'>{!! trans('forms.user.2fa.help') !!}</span>
</div>
@endif
</fieldset>