Skip to content

Commit 7b00137

Browse files
feedback
1 parent 6fb0fa3 commit 7b00137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ declare module 'next-auth/jwt' {
5151
}
5252

5353
export const getProviders = () => {
54-
const providers: IdentityProvider[] = eeIdentityProviders;
54+
const providers: IdentityProvider[] = [...eeIdentityProviders];
5555

5656
if (env.SMTP_CONNECTION_URL && env.EMAIL_FROM_ADDRESS && env.AUTH_EMAIL_CODE_LOGIN_ENABLED === 'true') {
5757
providers.push({

0 commit comments

Comments
 (0)