Added Async suffix
This commit is contained in:
parent
b12da143d1
commit
75b015c864
@@ -17,12 +17,10 @@ namespace MediaBrowser.Api.HttpHandlers
|
||||
|
||||
string password = await GetFormValue("password").ConfigureAwait(false);
|
||||
|
||||
AuthenticationResult result = new AuthenticationResult()
|
||||
return new AuthenticationResult()
|
||||
{
|
||||
Success = true
|
||||
};
|
||||
|
||||
return result;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user