Hi, I am using this as a learning example, but there is one thing that I don't understand: When I access a url like /profile without being logged in, it redirects to the login page and displays " "Please log in to access this page.". I can find all the other flashed messages in the code, but not this one. Where is that message coming from? Is it part of flask_login?
