You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/src/oauthContext.tsx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -57,11 +57,11 @@ function createOAuthProvider(
57
57
returnOAuthProvider
58
58
}
59
59
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
+
*/
60
64
exportfunctioncreateOAuth(
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
0 commit comments