Commit 0261c064 authored by Lin Jen-Shin's avatar Lin Jen-Shin

That's merged into find_user_from_access_token

parent 91f66f38
...@@ -47,7 +47,6 @@ module API ...@@ -47,7 +47,6 @@ module API
def find_current_user! def find_current_user!
user = user =
find_user_from_access_token || find_user_from_access_token ||
find_user_from_oauth_token ||
find_user_from_warden || find_user_from_warden ||
find_user_by_job_token find_user_by_job_token
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment