remove the passwords from source control.

This commit is contained in:
alexiscatnip
2022-06-09 00:07:37 +08:00
parent b4effbab78
commit c92f2cefb7
+3 -3
View File
@@ -26,9 +26,9 @@ namespace Tests
// password
public static List<string> GridPass = new List<string>()
{
"***REMOVED***",
"***REMOVED***",
"password"
"I am a little ",
"silly to put the password ",
"into source control "
};
}
}