Browse Source

console.log("auth"

visuddhinanda 2 years ago
parent
commit
bce4571738
1 changed files with 1 additions and 1 deletions
  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,