Skip to content

Commit

Permalink
fixed cache notification
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinvanhunen committed Nov 28, 2024
1 parent d953e07 commit 2151841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Base/PnPConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ private static void EnableCaching(string url, string clientid)

private static void WriteCacheEnabledMessage(PSHost host)
{
host.UI.WriteLine(ConsoleColor.Yellow, ConsoleColor.Black, "Secure token cache used for authentication. Clear the cache entry with Disconnect-PnPOnline -ClearCache.");
host.UI.WriteLine(ConsoleColor.Yellow, ConsoleColor.Black, "Secure token cache used for authentication. Clear the cache entry with Disconnect-PnPOnline -ClearPersistedLogin.");

}

Expand Down

0 comments on commit 2151841

Please sign in to comment.