Merged
Size
S
Change Breakdown
Bug Fix70%
Style30%
#27911fix(editor): Keep Back before Continue in MFA login footer

MFA login footer buttons reordered

The MFA login screen now displays its action buttons in the expected order: Back on the left, Continue/Verify on the right.

Users going through multi-factor authentication were seeing buttons in the wrong sequence. The Back button appeared on the right side of the screen while Continue sat on the left — opposite of standard interface conventions where secondary actions precede primary ones.

The footer in the MFA view has been updated so Back appears before Continue in the DOM, placing it on the left where users expect to find a way to go back. The primary action button now sits on the right, its conventional position. This resolves the inconsistency reported in CX-45, aligning the login flow with established UI patterns across the application.

View Original GitHub Description

Summary

Fix the MFA/login flow button ordering so the secondary action (Back) appears on the left and the primary action (Continue/Verify) appears on the right, addressing the UI inconsistency reported in CX-45.

https://linear.app/n8n/issue/CX-45/login-button-order-shifted-continue-left-back-right

© 2026 · via Gitpulse