mirror of
https://github.com/beilunyang/moemail.git
synced 2026-07-12 16:11:20 +08:00
feat: Implement username/password authentication and registration features
This commit is contained in:
1
types.d.ts
vendored
1
types.d.ts
vendored
@@ -13,6 +13,7 @@ declare global {
|
||||
declare module "next-auth" {
|
||||
interface User {
|
||||
roles?: { name: string }[]
|
||||
username?: string | null
|
||||
}
|
||||
|
||||
interface Session {
|
||||
|
||||
Reference in New Issue
Block a user