mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 15:42:09 -05:00
chore: lint
This commit is contained in:
@@ -156,7 +156,7 @@ export const oAuthProxy = (opts?: OAuthProxyOptions | undefined) => {
|
||||
`${errorURL}?error=OAuthProxy - Invalid payload structure`,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
const now = Date.now();
|
||||
const age = (now - payload.timestamp) / 1000;
|
||||
|
||||
|
||||
@@ -50,7 +50,6 @@ export function checkSkipProxy(
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
const currentURL = ctx.request?.url || getVendorBaseURL();
|
||||
if (!currentURL) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user