Remove password from the login UI

Hi

Happy new year!

I’m working on a new project where i want the user to sign in with out a password and then call the two way auth.

So, delete or hide the password field, where an how to I do that? I asked Copilot (github) but that didn’t work.

I will set the password in the background so that the rest of the code works

Thanks for help

Hi @VictorW60,

Happy New Year!

The RadzenLogin component doesn't support hiding of the password field. I suggest replacing RadzenLogin with RadzenTextBox for the username.