Brijesh's Git Server — catalyst @ 140dfab3dc903a978b408323711728d995df5117

client/src/auth.ts (view raw)

 1
 2
 3
 4
 5
import { SvelteKitAuth } from '@auth/sveltekit';

export const { handle } = SvelteKitAuth({
	providers: []
});