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 d2ac9ad commit 833763cCopy full SHA for 833763c
packages/clerk-js/src/core/resources/Session.ts
@@ -386,7 +386,6 @@ export class Session extends BaseResource implements SessionResource {
386
if (shouldDispatchTokenUpdate) {
387
eventBus.emit(events.TokenUpdate, { token: cachedToken });
388
}
389
-
390
// Return null when raw string is empty to indicate that there it's signed-out
391
return cachedToken.getRawString() || null;
392
0 commit comments