Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -14,4 +14,7 @@ export const authApi = {
|
||||
me() {
|
||||
return http.get('/auth/me')
|
||||
},
|
||||
changePassword(payload) {
|
||||
return http.put('/auth/password', payload)
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user