diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-02-01 23:36:40 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-01 23:36:40 +0900 |
| commit | 692a9bfdd054b166a79e71f2a3191ac57c04a65f (patch) | |
| tree | 9e128dc357f6e6b3e065ed212e83e0ed389b6d33 /MediaBrowser.Api | |
| parent | 7df6f8d54e4d7eb8efd261b9ce5138c3efa9a364 (diff) | |
update some comments
Co-Authored-By: Bond-009 <bond.009@outlook.com>
Diffstat (limited to 'MediaBrowser.Api')
| -rw-r--r-- | MediaBrowser.Api/UserService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserService.cs b/MediaBrowser.Api/UserService.cs index 0d63c19b5..ac140150b 100644 --- a/MediaBrowser.Api/UserService.cs +++ b/MediaBrowser.Api/UserService.cs @@ -394,7 +394,7 @@ namespace MediaBrowser.Api throw new MethodNotAllowedException("Hashed-only passwords are not valid for this API."); } - // password should always be null + // Password should always be null return Post(new AuthenticateUserByName { Username = user.Name, |
