Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/1Panel-dev/KubePi
/ updateProfile
Function
updateProfile
web/kubepi/src/api/auth.js:21–23 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
19
}
20
21
export
function
updateProfile(data) {
22
return
put(authUrl, data)
23
}
24
25
export
function
updatePassword(data, config) {
26
return
put(`${authUrl}/password`, data, undefined, config)
Callers
2
setLanguage
Function · 0.90
setLanguage
Function · 0.90
Calls
1
put
Function · 0.90
Tested by
no test coverage detected