Implement password change functionality and initialize superuser

This commit is contained in:
2026-01-26 16:41:22 +08:00
parent a3b69df2c2
commit 86247aa5a2
10 changed files with 368 additions and 38 deletions

View File

@@ -2,6 +2,7 @@ export const API_ENDPOINTS = {
AUTH: {
LOGIN: '/auth/token',
ME: '/auth/me',
CHANGE_PASSWORD: '/auth/change-password',
},
TTS: {
LANGUAGES: '/tts/languages',