本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
jason
/
FPSMS-frontend
關注
2
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
no message
master
[email protected]
3 週之前
父節點
40229f6d67
當前提交
6ec43dff1a
共有
1 個檔案被更改
,包括
0 行新增
和
6 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 {
Write
Preview
Loading…
取消
儲存