Skip to content

Commit 14452f3

Browse files
committed
Merge branch 'MC-30537' into MC-30537-1.0.0
2 parents 3eaed3b + 15233ae commit 14452f3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

TwoFactorAuth/Setup/Patch/Data/ResetU2FConfig.php renamed to TwoFactorAuth/Setup/Patch/Data/ResetU2fConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Reset the U2f data due to rewrite
2020
*/
21-
class ResetU2FConfig implements DataPatchInterface
21+
class ResetU2fConfig implements DataPatchInterface
2222
{
2323
/**
2424
* @var ModuleDataSetupInterface

TwoFactorAuth/Test/Mftf/ActionGroup/AdminLoginActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<argument name="tfaAuthCodeSelector">{{AdminGoogleTfaSection.tfaAuthCode}}</argument>
1616
<argument name="confirmSelector">{{AdminGoogleTfaSection.confirm}}</argument>
1717
<argument name="errorMessageSelector">{{AdminLoginMessagesSection.messageByType('error')}}</argument>
18-
<argument name="username">{{username}}</argument>
1918
</helper>
2019
</actionGroup>
2120
</actionGroups>

0 commit comments

Comments
 (0)