feat: add text color

This commit is contained in:
2026-02-19 23:18:30 +03:30
parent 9aff48019d
commit 74f2a82a0e
12 changed files with 44 additions and 40 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export const authApi = {
},
logout: async (token: string): Promise<void> => {
return apiClient.post('/auth/logout', {}, token);
return apiClient.put('/auth/logout', {}, token);
},
getProfile: async (token: string): Promise<any> => {