You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-15 07:14:42 +02:00
feat(mobile): new mobile UI (#12582)
This commit is contained in:
@ -176,7 +176,7 @@ class LoginForm extends HookConsumerWidget {
|
||||
populateTestLoginInfo1() {
|
||||
usernameController.text = 'testuser@email.com';
|
||||
passwordController.text = 'password';
|
||||
serverEndpointController.text = 'http://192.168.1.16:2283/api';
|
||||
serverEndpointController.text = 'http://192.168.1.118:2283/api';
|
||||
}
|
||||
|
||||
login() async {
|
||||
|
Reference in New Issue
Block a user