mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-20 23:11:42 +01:00
add oauth and create suggestion
This commit is contained in:
4
src/auth.d.ts
vendored
4
src/auth.d.ts
vendored
@@ -1,7 +1,9 @@
|
||||
declare module '#auth-utils' {
|
||||
interface UserSession {
|
||||
user: {
|
||||
username: string
|
||||
email: string,
|
||||
username: string,
|
||||
picture: string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user