Skip to content

Commit

Permalink
feat(web): updated web sdk to next version
Browse files Browse the repository at this point in the history
This is a breaking change updating to the newest auth where a game developer is no longer required
to have a separate web client id.

BREAKING CHANGE: This is a breaking change updating to the newest auth where a game developer is no
longer required to have a separate web client id.
  • Loading branch information
foundrium committed Feb 17, 2022
1 parent 7750666 commit 2721368
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 @@ -21,7 +21,7 @@ export class HasteClient {
public static build(signinUrl = 'https://authclient.hastearcade.com') {
if (!isBrowser())
throw new Error(
`Haste client build can only be called from a browser based environment. If you are on running @hastearcade/web on a server, please use the server package instead.`,
`Haste client build can only be called from within a browser based environment. If you are on running @hastearcade/web on a server, please use the server package instead.`,
);

return new HasteClient({
Expand Down

0 comments on commit 2721368

Please sign in to comment.