Skip to content

Use session isLoggedIn instead of isSignedIn#136

Open
diksipav wants to merge 1 commit intomainfrom
fix-nextjs-auth
Open

Use session isLoggedIn instead of isSignedIn#136
diksipav wants to merge 1 commit intomainfrom
fix-nextjs-auth

Conversation

@diksipav
Copy link

No description provided.

@diksipav diksipav requested review from jaclarke and scotttrinh June 12, 2024 19:39
const session = auth.getSession();

if (await session.isSignedIn()) {
if (await session.isLoggedIn()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, this should absolutely be isSignedIn, maybe something is broken?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments