Skip to content

Commit fabe39d

Browse files
committed
fix(auth): add endpoint to CognitoUserPoolConfig factory
1 parent 4137aa6 commit fabe39d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/amplify_core/lib/src/config/auth/cognito/user_pool.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class CognitoUserPoolConfig
3636
appClientId: authOutputs.userPoolClientId!,
3737
appClientSecret: authOutputs.appClientSecret,
3838
region: authOutputs.awsRegion,
39+
endpoint: authOutputs.userPoolEndpoint,
3940
hostedUI: authOutputs.oauth == null
4041
? null
4142
: CognitoOAuthConfig.fromAuthOutputs(authOutputs),

0 commit comments

Comments
 (0)