Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devnomad-byte/EvolveHub
/ ChangePasswordRequest
Interface
ChangePasswordRequest
frontend/src/api/auth.ts:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
// 修改密码请求
41
export
interface
ChangePasswordRequest {
42
oldPassword: string
43
newPassword: string
44
}
45
46
// 认证相关 API
47
export
const
authApi = {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected