We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de15e6 commit 062df84Copy full SHA for 062df84
packages/amplify_core/lib/src/config/amplify_outputs/auth/auth_outputs.dart
@@ -46,7 +46,7 @@ class AuthOutputs
46
final String? userPoolClientId;
47
48
/// The Cognito User Pool Endpoint.
49
- final String? userPoolEndpoint; //Gen 1 only
+ final String? userPoolEndpoint;
50
51
/// A fixed string that must be used in all API requests to the app client
52
/// if the the app client has one configured.
0 commit comments