feature: add projects page (2 parts works)

This commit is contained in:
Daniil
2026-01-29 00:57:22 +03:00
parent 3dfb9453ec
commit 2e4820ac91
65 changed files with 2223 additions and 45 deletions
+1
View File
@@ -21,6 +21,7 @@ export const verifyToken = async (token: string): Promise<boolean> => {
},
})
console.log("Verify token response:", resp)
if (resp.error) return false
return true
} catch (error) {
console.error("Verify token error:", error)