This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
no message
master
[email protected]
3 weeks ago
parent
40229f6d67
commit
6ec43dff1a
1 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-6
src/config/authConfig.ts
+ 0
- 6
src/config/authConfig.ts
View File
@@ -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…
Cancel
Save