mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
feat: new mobile asset sync
This commit is contained in:
parent
eb64c6b04e
commit
815de124d4
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user