Rename "common" to @digiresilience/metamigo-common
This commit is contained in:
parent
cd539525b2
commit
87153723b4
18 changed files with 19 additions and 19 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import type * as Hapi from "@hapi/hapi";
|
||||
import NextAuthPlugin, { AdapterFactory } from "@digiresilience/hapi-nextauth";
|
||||
import { NextAuthAdapter } from "common";
|
||||
import type { SavedUser, UnsavedUser, SavedSession } from "common";
|
||||
import { NextAuthAdapter } from "@digiresilience/metamigo-common";
|
||||
import type { SavedUser, UnsavedUser, SavedSession } from "@digiresilience/metamigo-common";
|
||||
import { IAppConfig } from "config";
|
||||
|
||||
export const registerNextAuth = async (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue