diff options
-rw-r--r-- | lib/api/import_github.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/import_github.rb b/lib/api/import_github.rb index 342efe3949b..1975f894440 100644 --- a/lib/api/import_github.rb +++ b/lib/api/import_github.rb @@ -20,7 +20,7 @@ module API def provider :github end - + def provider_unauthorized error!("Access denied to your #{Gitlab::ImportSources.title(provider.to_s)} account.", 500) end |