Skip to content
Snippets Groups Projects

Add simple dropdown component and change severity filter to use it

5 unresolved threads
3 files
+ 46
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -53,6 +53,7 @@ def oauth_options
@@ -53,6 +53,7 @@ def oauth_options
def authorize_url
def authorize_url
state = SecureRandom.base64(64)
state = SecureRandom.base64(64)
session[auth_state_key] = state
session[auth_state_key] = state
 
session[:auth_on_failure_path] = "#{new_project_path}#import_project"
if Feature.enabled?(:remove_legacy_github_client)
if Feature.enabled?(:remove_legacy_github_client)
oauth_client.auth_code.authorize_url(
oauth_client.auth_code.authorize_url(
redirect_uri: callback_import_url,
redirect_uri: callback_import_url,
Loading