Description
Description
Event Timeline
Comment Actions
I've narrowed down the problem here at least:
+++ b/src/HTMLForm/RecoveryCodesTrait.php @@ -118,7 +118,7 @@ trait RecoveryCodesTrait { public function createRecoveryCodesCopyButton(): string { return Html::rawElement( 'button', [ - 'class' => 'cdx-button mw-oathauth-recoverycodes-copy-button', + 'class' => 'cdx-button', 'type' => 'button', ], Html::element( 'span', [ 'class' => 'cdx-button__icon',
I assume mw-oathauth-recoverycodes-copy-button isn't contributing anything of value for the new OATH UI, so I'll remove it in https://gerrit.wikimedia.org/r/1182964.
Comment Actions
Yes, I believe that was done in https://gerrit.wikimedia.org/r/c/mediawiki/extensions/OATHAuth/+/1193492.

