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
+1 -1
View File
@@ -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