Skip to content

Conversation

Nicolapps
Copy link
Member

No description provided.

@Nicolapps Nicolapps requested a review from sshader April 15, 2025 23:15
Copy link

vercel bot commented Apr 15, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
chef ✅ Ready (Inspect) Visit Preview Apr 15, 2025 11:16pm

const isLoginSuccessful = optIns.kind === 'loaded' && optIns.optIns.length === 0;
useEffect(() => {
if (isLoginSuccessful) {
window.close();
Copy link
Collaborator

Choose a reason for hiding this comment

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

we could delay this by a second, depending on what's happening in the other window it could make the interaction feel faster

Copy link
Collaborator

Choose a reason for hiding this comment

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

whatever feels good

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