-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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(docs): remaining authjs.dev and repo clean up #6097
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
added
adapters
Changes related to the core code concerning database adapters
dgraph
@auth/dgraph-adapter
dynamodb
@auth/dynamodb-adapter
fauna
@auth/fauna-adapter
firebase
@auth/firebase-adapter
mikro-orm
@auth/mikro-orm-adapter
mongodb
@auth/mongodb-adapter
neo4j
@auth/neo4j-adapter
pouchdb
@auth/pouchdb-adapter
prisma
@auth/prisma-adapter
sequelize
@auth/sequelize-adapter
supabase
@auth/supabase-adapter
typeorm-legacy
upstash-redis
@auth/upstash-redis-adapter
xata
@auth/xata-adapter
labels
Dec 17, 2022
ndom91
changed the title
chore(docs): big clean up
chore(docs): remaining authjs.dev and repo clean up
Dec 18, 2022
ndom91
force-pushed
the
ndom91/repo-clean-up
branch
from
December 20, 2022 19:59
d271944
to
32e1a9a
Compare
…xt-auth into ndom91/repo-clean-up
ndom91
force-pushed
the
ndom91/repo-clean-up
branch
from
December 20, 2022 20:01
32e1a9a
to
34b94d1
Compare
return ( | ||
<div className="signin"> | ||
{theme.brandColor && ( | ||
<style | ||
dangerouslySetInnerHTML={{ | ||
__html: `:root {--brand-color: ${theme.brandColor}}`, | ||
__html: `:root {--brand-color: ${theme.brandColor}}` |
Check warning
Code scanning / CodeQL
Exception text reinterpreted as HTML
[Exception text](1) is reinterpreted as HTML without escaping meta-characters.
balazsorban44
approved these changes
Dec 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
adapters
Changes related to the core code concerning database adapters
dgraph
@auth/dgraph-adapter
dynamodb
@auth/dynamodb-adapter
fauna
@auth/fauna-adapter
firebase
@auth/firebase-adapter
mikro-orm
@auth/mikro-orm-adapter
mongodb
@auth/mongodb-adapter
neo4j
@auth/neo4j-adapter
pouchdb
@auth/pouchdb-adapter
prisma
@auth/prisma-adapter
sequelize
@auth/sequelize-adapter
supabase
@auth/supabase-adapter
typeorm-legacy
upstash-redis
@auth/upstash-redis-adapter
xata
@auth/xata-adapter
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
☕️ Reasoning
next-auth.js.org
->authjs.dev
, including updating paths to the new location of the appropriate pagemermaid
packages for native mermaid support.🧢 Checklist
🎫 Affected issues
Please scout and link issues that might be solved by this PR.
Fixes: INSERT_ISSUE_LINK_HERE
📌 Resources