fix(editor): Allow password managers to autocomplete MFA code during login (#18865)

This commit is contained in:
Ricardo Espinoza
2025-08-27 10:51:45 -04:00
committed by GitHub
parent 820fd12f08
commit 0c803a63e4
2 changed files with 24 additions and 1 deletions

View File

@@ -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;