when apply csrf with CSRFProtect(), got an error:
Traceback (most recent call last):
File "D:\py\bust\work\main.py", line 15, in <module>
csrf.init_app(app)
File "D:\py\bust\env\Lib\site-packages\bustapi\auth\csrf.py", line 40, in init_app
@app.context_processor
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'BustAPI' object has no attribute 'context_processor'. Did you mean: 'shell_context_processor'?
when apply csrf with CSRFProtect(), got an error: