TF-2667 Use Username replace UserProfile
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import 'package:jmap_dart_client/jmap/core/user_name.dart';
|
||||
import 'package:model/account/password.dart';
|
||||
import 'package:model/user/user_profile.dart';
|
||||
|
||||
abstract class AuthenticationDataSource {
|
||||
Future<UserProfile> authenticationUser(Uri baseUrl, UserName userName, Password password);
|
||||
Future<UserName> authenticationUser(Uri baseUrl, UserName userName, Password password);
|
||||
}
|
||||
Reference in New Issue
Block a user