fix: Check actor type on account creation, fix github entity id (#8996)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user