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 6a2ba9a commit e7cc9d9Copy full SHA for e7cc9d9
packages/clerk-js/src/core/resources/Session.ts
@@ -380,7 +380,6 @@ export class Session extends BaseResource implements SessionResource {
380
if (shouldDispatchTokenUpdate) {
381
eventBus.emit(events.TokenUpdate, { token: cachedToken });
382
}
383
-
384
// Return null when raw string is empty to indicate that there it's signed-out
385
return cachedToken.getRawString() || null;
386
0 commit comments