Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/import/bitbucket_server_controller.rb')
-rw-r--r--app/controllers/import/bitbucket_server_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/import/bitbucket_server_controller.rb b/app/controllers/import/bitbucket_server_controller.rb
index b9397502414..36229bcafc9 100644
--- a/app/controllers/import/bitbucket_server_controller.rb
+++ b/app/controllers/import/bitbucket_server_controller.rb
@@ -60,8 +60,8 @@ class Import::BitbucketServerController < Import::BaseController
def bitbucket_auth
unless session[bitbucket_server_url_key].present? &&
- session[bitbucket_server_username_key].present? &&
- session[personal_access_token_key].present?
+ session[bitbucket_server_username_key].present? &&
+ session[personal_access_token_key].present?
redirect_to new_import_bitbucket_server_path
end
end