Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b13cdab0
Commit
b13cdab0
authored
Jul 16, 2019
by
Etienne Baqué
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Audit::Details: Fixed typo in method name
parent
11c06054
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ee/lib/audit/details.rb
ee/lib/audit/details.rb
+2
-2
No files found.
ee/lib/audit/details.rb
View file @
b13cdab0
...
...
@@ -31,7 +31,7 @@ module Audit
when
:remove
"Removed
#{
target_name
}
"
when
:failed_login
"Failed to login with
#{
oath_label
}
authentication"
"Failed to login with
#{
oa
u
th_label
}
authentication"
when
:custom_message
detail_value
else
...
...
@@ -60,7 +60,7 @@ module Audit
@details
.
values
.
first
end
def
oath_label
def
oa
u
th_label
Gitlab
::
Auth
::
OAuth
::
Provider
.
label_for
(
detail_value
).
upcase
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment