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, 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?
Yes, this is perfect!