{% extends "forms/field.html.twig" %}

{% set value = null %}

{% block input_attributes %}
    type="password"
    {{ parent() }}
{% endblock %}
