feat: new mobile asset sync

This commit is contained in:
Alex 2025-03-07 14:48:37 -06:00
parent eb64c6b04e
commit 815de124d4
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082

View File

@ -165,13 +165,9 @@ class LoginForm extends HookConsumerWidget {
} }
populateTestLoginInfo1() { populateTestLoginInfo1() {
emailController.text = 'admin@immich.cloud'; emailController.text = 'testuser@email.com';
passwordController.text = 'kthxbye'; passwordController.text = 'password';
serverEndpointController.text = serverEndpointController.text = 'http://10.1.15.216:2283/api';
'https://pr-16658.preview.internal.immich.cloud/';
// emailController.text = 'testuser@email.com';
// passwordController.text = 'password';
// serverEndpointController.text = 'http://10.1.15.216:2283/api';
} }
login() async { login() async {