Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Datakitpage/Datakit
/ handleOpenAuthModal
Function
handleOpenAuthModal
frontend/src/components/auth/UserMenu.tsx:79–82 ·
view source on GitHub ↗
(mode: 'login' | 'signup')
Source
from the content-addressed store, hash-verified
77
};
78
79
const handleOpenAuthModal = (mode:
'login'
|
'signup'
) => {
80
setAuthModalMode(mode);
81
setShowAuthModal(true);
82
};
83
84
// Don't show auth buttons while auth status is loading
85
if (isLoading) {
Callers
1
UserMenu
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected