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

Fix README issues #16

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Fix README issues #16

merged 1 commit into from
Jul 23, 2024

Conversation

chaance
Copy link
Contributor

@chaance chaance commented Jul 23, 2024

Just noticed a few small typos and invalid imports in the readme.

import { getSignInUrl, getSignUpUrl, signOut, authkitLoader } from '@workos-inc/authkit-remix';

export const loader = (args: LoaderFunctionArgs) => authkitLoader(args, async ({ request, auth }) => {
return json({
signInUrl: await getSignInUrl();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Issue here is the semi-colon. Prettier formatting is the rest!

@chaance chaance requested a review from PaulAsjes July 23, 2024 15:02
@PaulAsjes PaulAsjes merged commit 49e56e5 into main Jul 23, 2024
@PaulAsjes PaulAsjes deleted the chance/readme branch July 23, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants