diff --git a/example/lib/main.dart b/example/lib/main.dart index 8ed77af..773e5ed 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -303,18 +303,18 @@ class _MyAppState extends State { padding: const EdgeInsets.symmetric(vertical: 8, horizontal: 16), child: TextFieldWithLabel( - label: "Endpoint", - hintText: "Enter Authegar endpoint", - controller: _endpointController, + label: "Client ID", + hintText: "Enter client ID", + controller: _clientIDController, ), ), Container( padding: const EdgeInsets.symmetric(vertical: 8, horizontal: 16), child: TextFieldWithLabel( - label: "Client ID", - hintText: "Enter client ID", - controller: _clientIDController, + label: "Endpoint", + hintText: "Enter Authegar endpoint", + controller: _endpointController, ), ), RadioGroup(