Skip to content

Commit e6a6c87

Browse files
Fixed docs in NavigationManagerExtensions suggesting login operations perform logouts (#45090)
1 parent a5175fe commit e6a6c87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Components/WebAssembly/WebAssembly.Authentication/src/NavigationManagerExtensions.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ public static void NavigateToLogout(this NavigationManager manager, [StringSynta
4545
}
4646

4747
/// <summary>
48-
/// Initiates a logout operation by navigating to the log out endpoint.
48+
/// Initiates a login operation by navigating to the login endpoint.
4949
/// </summary>
5050
/// <remarks>
5151
/// The navigation includes state that is added to the browser history entry to
52-
/// prevent logout operations performed from different contexts.
52+
/// prevent login operations performed from different contexts.
5353
/// </remarks>
5454
/// <param name="manager">The <see cref="NavigationManager"/>.</param>
5555
/// <param name="loginPath">The path to the login url.</param>
@@ -63,11 +63,11 @@ public static void NavigateToLogin(this NavigationManager manager, [StringSyntax
6363
}
6464

6565
/// <summary>
66-
/// Initiates a logout operation by navigating to the log out endpoint.
66+
/// Initiates a login operation by navigating to the login endpoint.
6767
/// </summary>
6868
/// <remarks>
6969
/// The navigation includes state that is added to the browser history entry to
70-
/// prevent logout operations performed from different contexts.
70+
/// prevent login operations performed from different contexts.
7171
/// </remarks>
7272
/// <param name="manager">The <see cref="NavigationManager"/>.</param>
7373
/// <param name="loginPath">The path to the login url.</param>

0 commit comments

Comments
 (0)