visuddhinanda пре 2 година
родитељ
комит
bce4571738
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dashboard/src/load.ts

+ 1 - 1
dashboard/src/load.ts

@@ -83,7 +83,7 @@ const init = () => {
   const token = getToken();
   if (token) {
     get<ITokenRefreshResponse>("/v2/auth/current").then((response) => {
-      console.log(response);
+      console.log("auth", response);
       if (response.ok) {
         const it: IUser = {
           id: response.data.id,