瀏覽代碼

no message

master
[email protected] 3 週之前
父節點
當前提交
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 {


Loading…
取消
儲存