projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b79c126
)
TASK: Fix formatting
author
Dominique Feyer
<dfeyer@ttree.ch>
Sun, 9 Sep 2018 21:42:28 +0000
(23:42 +0200)
committer
Dominique Feyer
<dfeyer@ttree.ch>
Sun, 9 Sep 2018 21:42:28 +0000
(23:42 +0200)
lib/pleroma/web/oauth/oauth_controller.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/oauth/oauth_controller.ex
b/lib/pleroma/web/oauth/oauth_controller.ex
index 8fe0dde6e602d804d86427637aadb822edbb4f60..5441ee0a829874dce8ed1d8b333bd8f7a0ef675f 100644
(file)
--- a/
lib/pleroma/web/oauth/oauth_controller.ex
+++ b/
lib/pleroma/web/oauth/oauth_controller.ex
@@
-49,7
+49,7
@@
defmodule Pleroma.Web.OAuth.OAuthController do
url_params
end
- url = "#{url}#{Plug.Conn.Query.encode
url_params
}"
+ url = "#{url}#{Plug.Conn.Query.encode
(url_params)
}"
redirect(conn, external: url)
end