diff options
author | lambda <pleromagit@rogerbraun.net> | 2018-12-10 18:28:02 +0000 |
---|---|---|
committer | lambda <pleromagit@rogerbraun.net> | 2018-12-10 18:28:02 +0000 |
commit | ab98c92d86f91b0c83f482e002e4a518b93f65ca (patch) | |
tree | 4e2c08bdf5e2b4e2b53dfee7902ee53ff4bfc73b /lib/pleroma/web/oauth/oauth_controller.ex | |
parent | cf85a9aea1949677a092c0ebc6c0e17475346632 (diff) | |
parent | b621ebb7a65ac7facea8dbf8e29d3564d296dd27 (diff) | |
download | pleroma-ab98c92d86f91b0c83f482e002e4a518b93f65ca.tar.gz |
Merge branch 'parallel588/pleroma-support/compile_warnings' into 'develop'
Parallel588/pleroma support/compile warnings
See merge request pleroma/pleroma!532
Diffstat (limited to 'lib/pleroma/web/oauth/oauth_controller.ex')
-rw-r--r-- | lib/pleroma/web/oauth/oauth_controller.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/oauth/oauth_controller.ex b/lib/pleroma/web/oauth/oauth_controller.ex index d03c8b05a..20c2e799b 100644 --- a/lib/pleroma/web/oauth/oauth_controller.ex +++ b/lib/pleroma/web/oauth/oauth_controller.ex @@ -121,7 +121,7 @@ defmodule Pleroma.Web.OAuth.OAuthController do def token_exchange( conn, - %{"grant_type" => "password", "name" => name, "password" => password} = params + %{"grant_type" => "password", "name" => name, "password" => _password} = params ) do params = params |