Customize UI login to show Username instead of E-Mail

I have created my own auth-provider, which inherits from CredentialsAuthProvider.
I am using username + password, but the ServiceStack UI login dialog says “e-mail”, which is wrong.
Where can I override the label to say Username instead of Email?

You’ll want to override your FormLayout, this is the default:

1 Like

Thanks, works like a charm!

1 Like