Auto-commit 2026-04-29 16:31
This commit is contained in:
16
node_modules/next-auth/providers/credentials.js
generated
vendored
Normal file
16
node_modules/next-auth/providers/credentials.js
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = Credentials;
|
||||
function Credentials(options) {
|
||||
return {
|
||||
id: "credentials",
|
||||
name: "Credentials",
|
||||
type: "credentials",
|
||||
credentials: {},
|
||||
authorize: () => null,
|
||||
options
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user