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

Function setLastLoginData

public/js/authModals.js:6–10  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

4
5let lastLoginData = null;
6export function setLastLoginData(data) {
7 lastLoginData = data;
8 // expose to auth.js so it can tell form-login vs basic/oidc
9 //window.__lastLoginData = data;
10}
11
12export function openTOTPLoginModal() {
13 let totpLoginModal = document.getElementById("totpLoginModal");

Callers 1

submitLoginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected