projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
185c030
)
start with a capital
author
Mark Felder
<feld@FreeBSd.org>
Mon, 19 Mar 2018 17:58:45 +0000
(17:58 +0000)
committer
Mark Felder
<feld@FreeBSd.org>
Mon, 19 Mar 2018 17:58:45 +0000
(17:58 +0000)
lib/pleroma/web/oauth/authorization.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/oauth/authorization.ex
b/lib/pleroma/web/oauth/authorization.ex
index 1ba5be60261844c3ff169e1ba423cc412c3849be..ab2dbf60e40977067bd83d8ab79bfc5ae5e77e00 100644
(file)
--- a/
lib/pleroma/web/oauth/authorization.ex
+++ b/
lib/pleroma/web/oauth/authorization.ex
@@
-43,5
+43,5
@@
defmodule Pleroma.Web.OAuth.Authorization do
{:error, "token expired"}
end
end
- def use_token(%Authorization{used: true}), do: {:error, "
a
lready used"}
+ def use_token(%Authorization{used: true}), do: {:error, "
A
lready used"}
end