Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
oauth
Commits
65bcafb6aea7
Commit
29b3ebea
authored
Jun 10, 2014
by
Christophe de Vienne
Browse files
[code cleaning] Remove the now useless yes_marker
parent
c3f909256141
Changes
1
Show whitespace changes
Inline
Side-by-side
views.py
View file @
65bcafb6
...
...
@@ -87,11 +87,6 @@ class ExternalAuthError(Controller):
%
(
form
.
get
(
'error_code'
),
form
.
get
(
'error_message'
,
''
))))
class
yes_marker
(
object
):
def
__bool__
(
self
):
return
True
class
ExternalAuthRetrieverStart
(
authentication
.
WebAuthInfoRetriever
):
"""External authentication first step.
...
...
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