Skip to content

Commit 062df84

Browse files
author
Jonas Greifenhain
authored
fix(auth): Remove code comment (#6489)
1 parent 3de15e6 commit 062df84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amplify_core/lib/src/config/amplify_outputs/auth/auth_outputs.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class AuthOutputs
4646
final String? userPoolClientId;
4747

4848
/// The Cognito User Pool Endpoint.
49-
final String? userPoolEndpoint; //Gen 1 only
49+
final String? userPoolEndpoint;
5050

5151
/// A fixed string that must be used in all API requests to the app client
5252
/// if the the app client has one configured.

0 commit comments

Comments
 (0)