We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc3697 commit d16cae5Copy full SHA for d16cae5
packages/clerk-js/src/core/resources/Session.ts
@@ -397,7 +397,6 @@ export class Session extends BaseResource implements SessionResource {
397
if (isLastActiveIssuedAfterCached && this.lastActiveToken) {
398
return this.lastActiveToken.getRawString() || null;
399
}
400
-
401
// Return null when raw string is empty to indicate that there it's signed-out
402
return cachedToken.getRawString() || null;
403
0 commit comments