Skip to content

Commit

Permalink
#590 Headless -> Faust.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wjohnsto committed Oct 20, 2021
1 parent b38223f commit 5a403f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/auth/client/accessToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export async function fetchAccessToken(code?: string): Promise<string | null> {

if (isNil(apiBasePath)) {
throw new Error(
'You must provide an apiBasePath value in your Headless config in order to use the fetchToken middleware',
'You must provide an apiBasePath value in your Faust.js config in order to use the fetchToken middleware',
);
}

Expand Down

0 comments on commit 5a403f2

Please sign in to comment.