What is wrong with my flask app routes file? My routes may not be registering or have other issues

Solution
@auth_blueprint.route('/login_successful/')
def login_successful(name):
    return render_template('login_navigation/auth/login_successful.html')