Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix microsoft login #232

Merged
merged 8 commits into from
Dec 6, 2023
Merged

Conversation

Goldziher
Copy link
Member

No description provided.

@Goldziher Goldziher linked an issue Dec 6, 2023 that may be closed by this pull request

export default function Projects() {
useAuthenticatedUser();
useProjectBootstrap();

const router = useRouter();
Copy link
Contributor

Choose a reason for hiding this comment

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

I would love to understand why you think it's better like that. I didn't create the hook, so it's not like I'm defending it. It's just that the code seems larger this way.

Copy link
Member Author

Choose a reason for hiding this comment

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

code should not misdirect for no apparent reason. This hook belongs in this page, not the other places.

Copy link
Contributor

@isaaclindenman isaaclindenman left a comment

Choose a reason for hiding this comment

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

Looks great and the auth is working for msft. but i think we should wait with merge until github is done

@Goldziher
Copy link
Member Author

Looks great and the auth is working for msft. but i think we should wait with merge until github is done

github will be done in a followup

@Goldziher Goldziher merged commit 1d64095 into main Dec 6, 2023
7 of 8 checks passed
@Goldziher Goldziher deleted the 220-chore-fix-ms-and-github-login branch December 6, 2023 12:06
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.

chore: fix MS and GitHub login
2 participants