feat: Create user account (#6819)

This commit is contained in:
Oli Juhl
2024-03-26 10:07:38 +01:00
committed by GitHub
parent e005987adf
commit 7bc7adeeb4
8 changed files with 434 additions and 331 deletions
@@ -187,7 +187,6 @@ const getAuthUserFromJwtToken = (
return verified as AuthUserDTO
}
} catch (err) {
console.error(err)
return null
}
}