Commit ea07d7fe authored by Matheus Jardim Bernardes's avatar Matheus Jardim Bernardes Committed by GitHub

Merge pull request #299 from RocketChat/fix_293

changed inputType of 2FA EditText to number
parents e1f68b13 eec4b475
......@@ -38,7 +38,7 @@
android:layout_height="wrap_content"
android:hint="@string/two_factor_code"
android:imeOptions="actionNext"
android:inputType="textWebEmailAddress"
android:inputType="number"
android:maxLines="1" />
</android.support.design.widget.TextInputLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment