As the title says, my usecase requires one more field to authenticate with during the admin login process at /admin/auth/login.
Since my version is v4.15.4, it is impossible to override react files.
I have tried extracting the code from github and tried to place it within a newly generated plugin just for this, but no luck.
I would really need some guidance on how to incorporate the edited /packages/core/admin/admin/src/pages/Auth/components/Login.tsx to my Strapi instance.
Thanks