This commit is contained in:
10
util.cs
10
util.cs
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user