Skip to content
Snippets Groups Projects
Commit 8d445fe6 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Improve JwtController

parent f4f9184a
No related branches found
No related tags found
1 merge request!3787Added authentication service for docker registry
Loading
Loading
@@ -9,7 +9,7 @@ class JwtController < ApplicationController
 
def auth
service = SERVICES[params[:service]]
head :not_found unless service
return head :not_found unless service
 
result = service.new(@project, @user, auth_params).execute
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment