-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
|
||
export default function Projects() { | ||
useAuthenticatedUser(); | ||
useProjectBootstrap(); | ||
|
||
const router = useRouter(); |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this 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
github will be done in a followup |
No description provided.