Skip to content

Commit 935bdd1

Browse files
authored
Fix enum value and comment for Team account type
1 parent 8f8267f commit 935bdd1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

OnePassword.NET/Accounts/AccountType.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ public enum AccountType
2727
Personal,
2828

2929
/// <summary>
30-
/// 1Password Teams Account
30+
/// 1Password Team Account
3131
/// </summary>
32-
[EnumMember(Value = "Teams")]
33-
Teams,
32+
[EnumMember(Value = "Team")]
33+
Team,
3434

3535
/// <summary>
3636
/// The account type is unknown.

0 commit comments

Comments
 (0)