Skip to content

Commit bdee262

Browse files
authored
fix: typo in log message (#6569)
1 parent 3f89e66 commit bdee262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/lib/routes/callback.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export async function callback(params: {
5353
cookies.push(...authorizationResult.cookies)
5454
}
5555

56-
logger.debug("authroization result", authorizationResult)
56+
logger.debug("authorization result", authorizationResult)
5757

5858
const { profile, account, OAuthProfile } = authorizationResult
5959

0 commit comments

Comments
 (0)