mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-16 03:17:27 +08:00
fix: typos, sql, some strings were odd
This commit is contained in:
@@ -164,7 +164,7 @@ async function login(user: { email: string, password: string, turnstile: string
|
||||
}
|
||||
|
||||
async function resetPassword(user: { email: string, turnstile: string }) {
|
||||
return await post('api/v2/user/reset-password', user)
|
||||
return await post('/api/v2/user/reset-password', user)
|
||||
}
|
||||
|
||||
async function changePassword(user: { token: string, password: string }) {
|
||||
|
||||
Reference in New Issue
Block a user