Commit 94790a7d authored by Matheus Jardim's avatar Matheus Jardim

changed inputType of 2FA EditText to number

parent 1b154fb9
......@@ -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