Skip to content

Commit e4eefa3

Browse files
committed
Clean-up error constants.
1 parent d1a82f1 commit e4eefa3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Authentication/Authentication/ErrorConstants.cs

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ internal static class Message
1919
{
2020
internal const string InvalidJWT = "Invalid JWT access token.";
2121
internal const string MissingAuthContext = "Authentication needed, call Connect-Graph.";
22-
internal const string InstanceExists = "An instance of {0} already exists. Call {1} to overwrite it.";
2322
internal const string NullOrEmptyParameter = "Parameter '{0}' cannot be null or empty.";
2423
internal const string MacKeyChainFailed = "{0} failed with result code {1}.";
2524
}

0 commit comments

Comments
 (0)