Hi, is it possible to monkeypatch prefect UI witho...
# prefect-ui
f
Hi, is it possible to monkeypatch prefect UI without editing src and maintaining my own fork ? full context: I have added token based auth on top of prefect via some monkeypatching of create_app, but for now I have an admin/login page in plain html, the idea for now is just redirect to this page if the api return a 401
n
Hi @flapili - you’ll need to maintain your own fork if you plan to make bespoke changes to the app source code
f
Hi, first a thinked to add a kind of middleware in axios in another file