Skip to content

Commit 7ba99ef

Browse files
committed
update comments
1 parent 26e2521 commit 7ba99ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • Libraries

Libraries/Microsoft.Teams.Apps/OAuthSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class OAuthSettings
1414
public string DefaultConnectionName { get; set; } = "graph";
1515

1616
/// <summary>
17-
/// URL used for client side combined authentication flow.
17+
/// Url used for client to perform tab auth and link the NAA account to the bot login account.
1818
/// </summary>
1919
public string? AccountLinkingUrl { get; set; }
2020
}

Libraries/Microsoft.Teams.Extensions/Microsoft.Teams.Extensions.Configuration/Microsoft.Teams.Apps.Extensions/TeamsSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class TeamsSettings
2323
public string? TenantId { get; set; }
2424

2525
/// <summary>
26-
/// URL used for client side combined authentication flow.
26+
/// Url used for client to perform tab auth and link the NAA account to the bot login account.
2727
/// </summary>
2828
public string? AccountLinkingUrl { get; set; }
2929

0 commit comments

Comments
 (0)