From 16a53bfdb5407c259ed2631fdf04b68a9eca5c9c Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 26 Nov 2024 16:06:06 -0500 Subject: [PATCH] chore: update docs --- documentation/tutorials/ui-overrides.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/tutorials/ui-overrides.md b/documentation/tutorials/ui-overrides.md index 0858ffe..054a803 100644 --- a/documentation/tutorials/ui-overrides.md +++ b/documentation/tutorials/ui-overrides.md @@ -201,6 +201,8 @@ authentication. * `:identity_input_label` - Label for identity field. + * `:identity_input_placeholder` - Placeholder for identity field. + * `:input_class` - CSS class for text/password `input` elements. * `:input_class_with_error` - CSS class for text/password `input` elements when there is a validation error.