How can I disable the display of the "login" button when a user is logged in?

Hi, how can I disable the display of the “login” button when a user is logged in?

I tried to input logic into the binding that says

=> if “isAuthenticated” = ‘True’
=> then display:none

But it’s not working.

Hi Chris,

Here’s a short tutorial @Quentin recorded to do just that: Hide login button when user authenticated - YouTube

Does that help?

1 Like

Yes, this is perfect!