fix: Check actor type on account creation, fix github entity id (#8996)

This commit is contained in:
Stevche Radevski
2024-09-04 17:23:31 +02:00
committed by GitHub
parent de6f61b05f
commit ed26fb4d19
3 changed files with 8 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ export class GithubAuthService extends AbstractAuthModuleProvider {
},
}).then((r) => r.json())
const entity_id = user.id
const entity_id = user.id.toString()
const userMetadata = {
profile_url: user.url,
avatar: user.avatar_url,