mirror of
				https://github.com/Dan6erbond/sk-auth.git
				synced 2025-10-26 10:22:56 +01:00 
			
		
		
		
	do not export providers on index.ts
This commit is contained in:
		
							parent
							
								
									66528965fc
								
							
						
					
					
						commit
						9a48a67c5e
					
				@ -1,4 +1,3 @@
 | 
				
			|||||||
export { Auth as SvelteKitAuth } from "./auth";
 | 
					export { Auth as SvelteKitAuth } from "./auth";
 | 
				
			||||||
export type { JWT, Session, User } from "./interfaces";
 | 
					export type { JWT, Session, User } from "./interfaces";
 | 
				
			||||||
export * as Providers from "./providers";
 | 
					 | 
				
			||||||
export type { CallbackResult, Profile } from "./types";
 | 
					export type { CallbackResult, Profile } from "./types";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user