Add trustHost parameter to auth options

This commit is contained in:
2024-06-21 09:57:05 +04:00
parent 7b77ee2fc2
commit def7dd60db
+1
View File
@@ -34,6 +34,7 @@ export const options = {
}
})
],
trustHost: true,
secret: nextauthSecret,
pages: {
signIn: '/login'