@@ -123,6 +123,7 @@ import { defineAuth, secret } from '@aws-amplify/backend';
123
123
124
124
export const auth = defineAuth ({
125
125
loginWith: {
126
+ email: true ,
126
127
externalProviders: {
127
128
google: {
128
129
clientId: secret (' GOOGLE_CLIENT_ID' ),
@@ -160,6 +161,7 @@ import { defineAuth, secret } from '@aws-amplify/backend';
160
161
161
162
export const auth = defineAuth ({
162
163
loginWith: {
164
+ email: true ,
163
165
externalProviders: {
164
166
google: {
165
167
clientId: secret (' GOOGLE_CLIENT_ID' ),
@@ -265,6 +267,7 @@ import { defineAuth } from '@aws-amplify/backend';
265
267
266
268
export const auth = defineAuth ({
267
269
loginWith: {
270
+ email: true ,
268
271
externalProviders: {
269
272
loginWithAmazon: {
270
273
clientId: secret (' LOGINWITHAMAZON_CLIENT_ID' ),
@@ -290,6 +293,7 @@ import { defineAuth } from '@aws-amplify/backend';
290
293
291
294
export const auth = defineAuth ({
292
295
loginWith: {
296
+ email: true ,
293
297
externalProviders: {
294
298
loginWithAmazon: {
295
299
clientId: secret (' LOGINWITHAMAZON_CLIENT_ID' ),
@@ -323,6 +327,7 @@ import { defineAuth } from '@aws-amplify/backend';
323
327
324
328
export const auth = defineAuth ({
325
329
loginWith: {
330
+ email: true ,
326
331
externalAuthProviders: {
327
332
loginWithAmazon: {
328
333
clientId: secret (' LOGINWITHAMAZON_CLIENT_ID' ),
@@ -351,6 +356,7 @@ import { defineAuth } from '@aws-amplify/backend';
351
356
352
357
export const auth = defineAuth ({
353
358
loginWith: {
359
+ email: true ,
354
360
externalAuthProviders: {
355
361
loginWithAmazon: {
356
362
clientId: secret (' LOGINWITHAMAZON_CLIENT_ID' ),
0 commit comments