doctor list

This commit is contained in:
Samandar Turgunboyev
2025-11-29 11:49:26 +05:00
parent 83efa1f24a
commit bcf9d7cd2b
20 changed files with 872 additions and 438 deletions

View File

@@ -44,7 +44,6 @@ const AuthLogin = () => {
navigate("dashboard");
},
onError: (err: AxiosError) => {
console.log(err);
const errMessage = err.response?.data as { message: string };
const messageText = errMessage.message;