ソースを参照

no message

master
コミット
6ec43dff1a
1個のファイルの変更0行の追加6行の削除
  1. +0
    -6
      src/config/authConfig.ts

+ 0
- 6
src/config/authConfig.ts ファイルの表示

@@ -10,12 +10,6 @@ declare module "next-auth" {
refreshToken?: string;
abilities: string[];
id?: string;
user: {
name?: string | null;
email?: string | null;
image?: string | null;
abilities: string[]; // add abilities to user object too if you need it client-side
};
}

interface User {


読み込み中…
キャンセル
保存