MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / getAuthToken

Function getAuthToken

frontend/contexts/autofigure-context.tsx:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 const getAuthToken = () => {
79 return localStorage.getItem("autofigure-token") || ""
80 }
81
82 const updateConfig = useCallback((updates: Partial<AutoFigureConfig>) => {
83 setConfig(prev => ({ ...prev, ...updates }))

Callers 1

AutoFigureProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected