duy пре 3 месеци
родитељ
комит
1311d763a8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/utils/btn-auth.js

+ 1 - 1
src/utils/btn-auth.js

@@ -11,7 +11,7 @@ const store = useAppStore(pinia)
 export const btnAuth = (key) => {
     try {
         const info = store.getButtonsVal(key)
-        console.log(info)
+       
         return !!getObjVal(info)
     } catch {
         return false