bump next-auth, typescript (#314)
This commit is contained in:
		@@ -1,5 +1,11 @@
 | 
			
		||||
import NextAuth from 'next-auth'
 | 
			
		||||
 | 
			
		||||
declare module "next-auth" {
 | 
			
		||||
  interface User {
 | 
			
		||||
    username: string
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export default NextAuth({
 | 
			
		||||
  // Configure one or more authentication providers
 | 
			
		||||
  providers: [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user