From 6908e85dba8d5ff7e20a1a233033bbf7fd2e1bf0 Mon Sep 17 00:00:00 2001 From: Kunall Banerjee Date: Fri, 13 Oct 2023 14:49:32 -0400 Subject: [PATCH] fix: minor typo in warning message --- src/GoTrueClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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