Skip to content

Commit

Permalink
feat(web): changing build interface to ignore client id
Browse files Browse the repository at this point in the history
Updating the interface to no longer require client id from game client. All game clients will be
moved to use the Haste Arcade application to better support SSO across games.

BREAKING CHANGE: updating the build interface to no longer require client id
  • Loading branch information
foundrium committed Feb 2, 2022
1 parent e4eb1b5 commit 2e827b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/api/hasteClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export class HasteClient {
}

public static build(
clientId: string,
domain = 'auth.hastearcade.com',
signinUrl = 'https://authclient.hastearcade.com/signin',
clientId = 'EUN4fvO6AJIjVImZxhPAw9ofpw9LrB7g',
) {
if (!isBrowser())
throw new Error(
Expand Down

0 comments on commit 2e827b3

Please sign in to comment.