I’m using the accounts-ui package and displaying {{> loginButtons}}. This looks good and works nicely when the user is logged in. However, i would like to have a large landing page if the user is not logged in. (Example, facebook).
How do i accomplish this? If i override the css, it looks different all over the site. So how do i have 2 different styles for it? Can i somehow get whats behind {{> loginButtons}} and only change the classes, myself?
I cant seem to change the required state to false.
The placeholder modification takes place and works as intended. But the package doesnt care if i change “required” to false. I cant still register without email
Doest work if i set it to false, doesnt work if i remove it. It is always required.