feature: add projects page (2 parts works)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user