From c92f2cefb7a2c63e6a602d7a2cb91e9273062c7a Mon Sep 17 00:00:00 2001 From: alexiscatnip Date: Thu, 9 Jun 2022 00:07:37 +0800 Subject: [PATCH] remove the passwords from source control. --- Assets/Tests/secrets.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/Tests/secrets.cs b/Assets/Tests/secrets.cs index 09e5b03..3bb36be 100644 --- a/Assets/Tests/secrets.cs +++ b/Assets/Tests/secrets.cs @@ -26,9 +26,9 @@ namespace Tests // password public static List GridPass = new List() { - "***REMOVED***", - "***REMOVED***", - "password" + "I am a little ", + "silly to put the password ", + "into source control " }; } } \ No newline at end of file