diff --git a/src/GoTrueClient.ts b/src/GoTrueClient.ts index 97e367f99..4042e6878 100644 --- a/src/GoTrueClient.ts +++ b/src/GoTrueClient.ts @@ -1348,7 +1348,7 @@ export default class GoTrueClient { ) } else if (timeNow - issuedAt < 0) { console.warn( - '@supabase/gotrue-js: Session as retrieved from URL was issued in the future? Check the device clok for skew', + '@supabase/gotrue-js: Session as retrieved from URL was issued in the future? Check the device clock for skew', issuedAt, expiresAt, timeNow