Skip to content

Commit

Permalink
refactor(nextcloud)!: Remove loginName field from client
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <kate@provokateurin.de>
  • Loading branch information
provokateurin committed Apr 11, 2024
1 parent e5280cc commit d2a73b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/nextcloud/lib/src/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class NextcloudClient extends DynamiteClient {
// ignore: public_member_api_docs
NextcloudClient(
super.baseURL, {
this.loginName,
String? loginName,
String? password,
String? appPassword,
String? language,
Expand All @@ -51,7 +51,4 @@ class NextcloudClient extends DynamiteClient {
),
],
);

/// Identifier used for authentication. This can be the username or email or something else.
final String? loginName;
}

0 comments on commit d2a73b4

Please sign in to comment.