We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb0fa3 commit 7b00137Copy full SHA for 7b00137
packages/web/src/auth.ts
@@ -51,7 +51,7 @@ declare module 'next-auth/jwt' {
51
}
52
53
export const getProviders = () => {
54
- const providers: IdentityProvider[] = eeIdentityProviders;
+ const providers: IdentityProvider[] = [...eeIdentityProviders];
55
56
if (env.SMTP_CONNECTION_URL && env.EMAIL_FROM_ADDRESS && env.AUTH_EMAIL_CODE_LOGIN_ENABLED === 'true') {
57
providers.push({
0 commit comments