mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
fix(editor): Allow password managers to autocomplete MFA code during login (#18865)
This commit is contained in:
@@ -95,5 +95,6 @@ export type InputAutocompletePropType =
|
||||
| 'current-password'
|
||||
| 'given-name'
|
||||
| 'family-name'
|
||||
| 'one-time-code'
|
||||
| 'email'; // https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
|
||||
export type ElementPlusSizePropType = '' | 'small' | 'large' | 'default' | undefined;
|
||||
|
||||
Reference in New Issue
Block a user