mirror of
https://github.com/immich-app/immich.git
synced 2025-07-13 20:38:46 +02:00
parent
0cb3dc6211
commit
c8eef5ad4d
11 changed files with 14 additions and 14 deletions
mobile/lib/providers
|
@ -47,7 +47,7 @@ class AuthNotifier extends StateNotifier<AuthState> {
|
|||
}
|
||||
|
||||
/// Validating the url is the alternative connecting server url without
|
||||
/// saving the infomation to the local database
|
||||
/// saving the information to the local database
|
||||
Future<bool> validateAuxilaryServerUrl(String url) async {
|
||||
try {
|
||||
final validEndpoint = await _apiService.resolveEndpoint(url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue