Theme editor

Solution XenForo Removing the Passkey Option from the XenForo Login Page

Tevfik

Code Voyager
User
Thread owner
Hello Hatalar community, 👋

In the login section shown in the image below, how can I remove the Passkey option?
Where exactly should I make this change in the XenForo settings?

1759855259828.webp
 
The analysis was performed using the following code structure.

Less:
#XF[data-logged-in="false"] {
    .xgtSv13_login_panel ._kayitPaneli .listHeap li .button {
        display: none;
    }       
    
    .blocks-textJoiner {
        display: none;
    }   
}
 
Back
Top