fix: specify secret

This commit is contained in:
Jozef Steinhübl 2024-08-03 16:49:53 +02:00
parent 468440ec07
commit becba867ae
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -3,6 +3,7 @@ import { defineConfig } from "auth-astro";
import type { User } from "~/env";
export default defineConfig({
secret: import.meta.env.AUTH_SECRET,
providers: [
Discord({
clientId: import.meta.env.DISCORD_CLIENT_ID,