Customize Login Page of Admin UI

Hey, there is a way to customize this page in strapi v4 ?

I know i can customize the logo, the colors ect inside src/admin/app.js

But if i want to add an button above login for exemple ? How should i proceed ?

I’ve been looking for a few days now and I’ve seen that people recommend using patch-package, but I’m not a fan of this solution.

thanks

This topic has been created from a Discord post (1245670977334018131) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

<@688726997391769652> I’m struggeling with the exact same - to add a button below the login-button. Did you have any luck with this issue?

<@224524265129508864> Yes, you have to patch sadly

only way i found

Ah alright :/, thank you.