This commit is contained in:
2020-05-10 21:17:03 +00:00
parent f60c2f749d
commit 1a9e38c3d2
2 changed files with 28 additions and 89 deletions

10
util.cs
View File

@@ -53,7 +53,7 @@ namespace raven_integration
// public static ConcurrentDictionary<string, string> authDict = new ConcurrentDictionary<string, string>();//10,32
// public static ConcurrentDictionary<string, string> authDict = new ConcurrentDictionary<string, string>();//10,32
private static AutoId Auto { get; } = new AutoId(0);
@@ -86,7 +86,7 @@ namespace raven_integration
public async static Task<string> GetTokenAsync(string login, string password = null)
{
return await CredRepo.GetTokenAsync(login,password);
return await CredRepo.GetTokenAsync(login, password);
// if (password == null)
// password = login;
@@ -644,5 +644,11 @@ namespace raven_integration
}
//---------
}//eoc
}//eons