Parse oathauth-scratchtokens message

It's using wikitext, so it must be given to the parser.
Follow-up to I2abc96bea0543d600c3a48361da1a626d27d5067

Change-Id: Id6d938c2d2d5775d55d3c4c1aeeaa1c002294a9f
This commit is contained in:
Daimona Eaytoy 2020-08-19 11:51:00 +00:00 committed by Umherirrender
parent a01094f56d
commit 8774167f97

View file

@ -84,7 +84,7 @@ class TOTPEnableForm extends OATHAuthOOUIHTMLForm implements IManageForm {
'scratchtokens' => [
'type' => 'info',
'default' =>
$this->msg( 'oathauth-scratchtokens' )->escaped()
$this->msg( 'oathauth-scratchtokens' )->parse()
. $this->createResourceList( $this->getScratchTokensForDisplay( $key ) ),
'raw' => true,
'section' => 'step3',