Skip to content

Trim whitespace from input in the username/email form field

What does this MR do?

Adds two jQuery functions that bind event listeners to inputs with class trim-whitespace or strip-whitespace.

Adds the class trim-whitespace to the username/email input form field for the web login (devise session new_base).

Why was this MR needed?

Closes #42637 (closed).

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#42637 (closed)

Edited by griest

Merge request reports