File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ const DEFAULT_SERVER_PROD = 'https://wger.de';
28
28
const DEFAULT_SERVER_TEST = 'https://wger-master.rge.uber.space/' ;
29
29
30
30
// Debug mode Login Data
31
- const USER_NAME = 'user' ;
32
- const PASSWORD = 'flutteruser' ;
31
+ const TESTSERVER_USER_NAME = 'user' ;
32
+ const TESTSERVER_PASSWORD = 'flutteruser' ;
33
33
34
34
/// Keys used in the android manifest
35
35
const MANIFEST_KEY_API = 'wger.api_key' ;
Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ class _AuthCardState extends State<AuthCard> {
152
152
void _preFillTextfields () {
153
153
if (kDebugMode && _authMode == AuthMode .Login ) {
154
154
setState (() {
155
- _usernameController.text = USER_NAME ;
156
- _passwordController.text = PASSWORD ;
155
+ _usernameController.text = TESTSERVER_USER_NAME ;
156
+ _passwordController.text = TESTSERVER_PASSWORD ;
157
157
});
158
158
}
159
159
}
You can’t perform that action at this time.
0 commit comments