# 2FA 인증을 도와주는 HTML속성들

> Clean Markdown view of GeekNews topic #1281. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1281](https://news.hada.io/topic?id=1281)
- GeekNews Markdown: [https://news.hada.io/topic/1281.md](https://news.hada.io/topic/1281.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-01-13T09:46:32+09:00
- Updated: 2020-01-13T09:46:32+09:00
- Original source: [twilio.com](https://www.twilio.com/blog/html-attributes-two-factor-authentication-autocomplete)
- Points: 7
- Comments: 1

## Topic Body

숫자전용 키보드 열기 inputmode="numeric"

iOS에서 SMS문자 받아서 넣기 autocomplete="one-time-code"

그외에 new-password, current-password 등에 대한 설명

## Comments



### Comment 906

- Author: xguru
- Created: 2020-01-13T09:49:49+09:00
- Points: 1

one-time-code의 경우, iOS 앱에서는 OTP 입력받는 UITextField의 속성변경으로 적용 가능

myOtpTextField.textContentType = .oneTimeCode
