MCPcopy Create free account
hub / github.com/error311/FileRise / applyProxyBypassUI

Function applyProxyBypassUI

public/js/auth.js:233–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

231}
232
233function applyProxyBypassUI() {
234 const bypass = localStorage.getItem("authBypass") === "true";
235 const loginContainer = document.getElementById("loginForm");
236 if (loginContainer) {
237 loginContainer.style.display = bypass ? "none" : "";
238 }
239}
240
241function updateLoginOptionsUI({ disableFormLogin, disableBasicAuth, disableOIDCLogin }) {
242 const authForm = document.getElementById("authForm");

Callers 1

checkAuthenticationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected