chore: updates

This commit is contained in:
Tristan Yang
2023-10-23 10:52:39 +08:00
parent e41d13381c
commit 6abe94383e
4 changed files with 3 additions and 3 deletions
-1
View File
@@ -5,7 +5,6 @@ import dayjs from "dayjs";
import { getLocalAuthData } from "@/utils";
import BASE_URL, { tokenHeader } from "../config";
import { resetAuthData, updateToken } from "../slices/auth.data";
import { RootState } from "../store";
const whiteList = [
"guestLogin",
+1
View File
@@ -113,6 +113,7 @@ export default function BotConfig() {
>
<td className="px-4 py-2">
<AvatarUploader
size={60}
uid={uid}
url={avatar}
uploadImage={updateAvatar}