mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-28 02:00:06 +00:00
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:
parent
a01094f56d
commit
8774167f97
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue