/// The HTML id for the display name input element.
pub const SETTINGS_DISPLAY_NAME_ID: &str = "settings-display-name";
/// The HTML autocomplete attribute value for name.
pub const CONDITIONAL_AUTOCOMPLETE_NAME: &str = "name";
/// The HTML placeholder for the display name input element.
pub const SETTINGS_DISPLAY_NAME_PLACEHOLDER: &str = "Enter your name";