kadenios/shared/auth/staticdefs.py

6 lines
132 B
Python

from django.utils.translation import gettext_lazy as _
CONNECTION_METHODS = {
"pwd": _("mot de passe"),
"cas": _("CAS"),
}