fix: Check actor type on account creation, fix github entity id (#8996)
This commit is contained in:
@@ -59,7 +59,7 @@ export class Auth {
|
||||
this.client.setToken(token as string)
|
||||
}
|
||||
|
||||
return token
|
||||
return token as string
|
||||
}
|
||||
|
||||
// The callback expects all query parameters from the Oauth callback to be passed to the backend, and the provider is in charge of parsing and validating them
|
||||
|
||||
Reference in New Issue
Block a user