mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
Compare commits
4 Commits
next-auth@
...
patch-2
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bcdec7857 | |||
|
|
93f9153d77 | ||
|
|
2c43f83fa6 | ||
|
|
7446969587 |
@@ -19,7 +19,7 @@ The functionality provided for credentials based authentication is intentionally
|
||||
|
||||
The **Credentials Provider** comes with a set of default options:
|
||||
|
||||
- [Credentials Provider options](https://github.com/nextauthjs/next-auth/blob/main/packages/next-auth/src/providers/credentials.ts)
|
||||
- [Credentials Provider options](https://github.com/nextauthjs/next-auth/blob/main/packages/core/src/providers/credentials.ts)
|
||||
|
||||
You can override any of the options to suit your own use case.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: osu
|
||||
title: Osu!
|
||||
title: osu!
|
||||
---
|
||||
|
||||
## Documentation
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "next-auth",
|
||||
"version": "4.24.2",
|
||||
"version": "4.24.3",
|
||||
"description": "Authentication for Next.js",
|
||||
"homepage": "https://next-auth.js.org",
|
||||
"repository": "https://github.com/nextauthjs/next-auth.git",
|
||||
|
||||
@@ -50,10 +50,7 @@
|
||||
color: var(--provider-dark-color, var(--color-primary));
|
||||
background-color: var(--provider-dark-bg, var(--color-background));
|
||||
&:hover {
|
||||
background-color: var(
|
||||
--provider-dark-bg-hover,
|
||||
var(--color-background-hover)
|
||||
) !important;
|
||||
background-color: var(--provider-dark-bg-hover, var(--color-background-hover)) !important;
|
||||
}
|
||||
}
|
||||
#provider-logo {
|
||||
|
||||
Reference in New Issue
Block a user