Skip to content

Commit 036d226

Browse files
committed
chore: comments
1 parent 0bc297f commit 036d226

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

e2e/davinci-suites/src/phone-number-field.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test.describe('Device registration tests', () => {
2727
await page.goto('/?clientId=20dd0ed0-bb9b-4c8f-9a60-9ebeb4b348e0');
2828

2929
expect(page.url()).toContain(
30-
'http://localhost:5829/?clientId=20dd0ed0-bb9b-4c8f-9a60-9ebeb4b348e',
30+
'http://localhost:5829/?clientId=20dd0ed0-bb9b-4c8f-9a60-9ebeb4b348e0',
3131
);
3232
await expect(page.getByText('Select Test Form')).toBeVisible();
3333

packages/oidc-client/src/lib/client.store.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ export async function oidc<ActionType extends ActionTypes = ActionTypes>({
128128
},
129129

130130
/**
131-
* @function background - Initiates the authorization process in the background, returning an authorization URL or an error.
131+
* @function background - Initiates the authorization process in the background, returning code and state or an error.
132132
* @param {GetAuthorizationUrlOptions} options - Optional parameters to customize the authorization URL.
133-
* @returns {Promise<AuthorizeErrorResponse | AuthorizeSuccessResponse>} - Returns a promise that resolves to the authorization URL or an error response.
133+
* @returns {Promise<AuthorizeErrorResponse | AuthorizeSuccessResponse>} - Returns a promise that resolves to code and state or an error response.
134134
*/
135135
background: async (
136136
options?: GetAuthorizationUrlOptions,

0 commit comments

Comments
 (0)