visuddhinanda 2 rokov pred
rodič
commit
bce4571738
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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,