From a356aee0b78f45dcecce155aeca59e52bb894527 Mon Sep 17 00:00:00 2001 From: lukas Date: Sun, 21 May 2023 12:38:52 +0200 Subject: [PATCH] fix: change password dark mode link color --- src/unfold/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unfold/forms.py b/src/unfold/forms.py index e23d23ce..9d6cdf7e 100644 --- a/src/unfold/forms.py +++ b/src/unfold/forms.py @@ -70,7 +70,7 @@ def __init__( self.fields["password"].help_text = _( "Raw passwords are not stored, so there is no way to see this " "user’s password, but you can change the password using " - 'this form.' + 'this form.' ) password = self.fields.get("password")