Disable RadzenLogin login button

Hi,

I have a problem with the login component. If the response after login takes little too long then it can cause unwanted effects because the user can spam the button (token changes...) until one of the request succeed. Is there a possibility to disable the Login button like in other components or I should make my own?

Currently this isn't possible. You can create your own custom login as shown here.

I can create my own, no problem. Thank you for your answer.