Skip to content

Commit 2fa7b0b

Browse files
committed
Fix ordering of javadoc
1 parent 1532353 commit 2fa7b0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/src/oauthContext.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ function createOAuthProvider(
5757
return OAuthProvider
5858
}
5959

60+
/**
61+
* @param {OAuthInstanceType} oAuthClient - An instance of the OAuthClient, created with createOAuthClient
62+
* @param {(error: string) => void} onErrorFromRedirect - A callback function that will be called with the error message if the user is redirected back to the app with an error
63+
*/
6064
export function createOAuth(
61-
/**
62-
* @param {OAuthInstanceType} oAuthClient - An instance of the OAuthClient, created with createOAuthClient
63-
* @param {(error: string) => void} onErrorFromRedirect - A callback function that will be called with the error message if the user is redirected back to the app with an error
64-
*/
6565
oAuthClient: OAuthInstanceType,
6666
onErrorFromRedirect: (error: string) => void
6767
): {

0 commit comments

Comments
 (0)