14 lines
347 B
Handlebars
14 lines
347 B
Handlebars
<TextField
|
|
@value={{this.value}}
|
|
@type={{this.type}}
|
|
@pattern={{this.pattern}}
|
|
@maxlength={{this.maxlength}}
|
|
@class="second-factor-token-input"
|
|
@id={{this.inputId}}
|
|
@autocapitalize="off"
|
|
@autocomplete="one-time-code"
|
|
@autocorrect="off"
|
|
@autofocus="autofocus"
|
|
@placeholder={{this.placeholder}}
|
|
@input={{action "onInput"}}
|
|
/> |