Redirecting to previous page after form submission is not working

According to the form liquid tag documentation, this should redirect a user to the page they were on before submitting the login form:

{% form 'customer_login', return_to: 'back' %}

I cannot seem to get this to work in any way.