feat: add parameter to submit attempt to carry full name through
original behavior does pass the empty name through to _update_full_name rather than just considering that as full name not set. That's a little weird but outside the scope of this work so I've preserved it by checking is not None rather than just using full_name as a boolean. MST-1015
Please register or sign in to comment