Releasing 1.0.4 into test
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Has been cancelled
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -36,7 +36,6 @@ const avatarInitial = ref<string>('?')
|
||||
// Fetch user profile
|
||||
async function fetchUserProfile() {
|
||||
try {
|
||||
console.log('Fetching user profile')
|
||||
const res = await fetch('/api/user/profile', { credentials: 'include' })
|
||||
if (!res.ok) {
|
||||
console.error('Failed to fetch user profile')
|
||||
|
||||
Reference in New Issue
Block a user