We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eba625 commit eef172fCopy full SHA for eef172f
packages/frontendmu-nuxt/auth-utils/useAuth.ts
@@ -128,10 +128,10 @@ export default function useAuth(client: DirectusClient<any> & AuthenticationClie
128
console.log('trying to set cookie to ', response.data)
129
await getCurrentUser()
130
setAuth(true)
131
- if (!rawUser.value?.profile_picture) {
132
- const picture = await cloudFunctionUpdateProfilePicture(rawUser.value?.id || '')
133
- console.log(picture)
134
- }
+ // if (!rawUser.value?.profile_picture) {
+ // const picture = await cloudFunctionUpdateProfilePicture(rawUser.value?.id || '')
+ // console.log(picture)
+ // }
135
136
return response.data
137
}
0 commit comments