Files
lcbp3/frontend/.ignored_node_modules/next-auth/next.js
2025-11-27 17:08:49 +07:00

13 lines
407 B
JavaScript

/**
* :::warning Deprecated
* This module is replaced in v5. Read more at: https://authjs.dev/getting-started/migrating-to-v5#authenticating-server-side
* :::
*
* @module next
*/
throw new ReferenceError([
'"next-auth/next" is deprecated. If you are not ready to migrate, keep using "next-auth@4".',
"Read more on https://authjs.dev/getting-started/migrating-to-v5",
].join("\n"));
export {};