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
0c871a12
Commit
0c871a12
authored
Mar 08, 2022
by
Chad Woolley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify comment related to CAPTCHA modal
- Remove reference to deleted recaptcha_modal.vue
parent
7aca51cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/assets/javascripts/captcha/captcha_modal.vue
app/assets/javascripts/captcha/captcha_modal.vue
+3
-3
No files found.
app/assets/javascripts/captcha/captcha_modal.vue
View file @
0c871a12
<
script
>
<
script
>
// NOTE 1: This
is similar to recaptcha_modal.vue, but it
directly uses the reCAPTCHA Javascript API
// NOTE 1: This
modal
directly uses the reCAPTCHA Javascript API
// (https://developers.google.com/recaptcha/docs/display#js_api) and gl-modal,
rather than relying
// (https://developers.google.com/recaptcha/docs/display#js_api) and gl-modal,
//
on the form-based ReCAPTCHA HTML being pre-rendered by the backend and using deprecated-modal
.
//
rather than relying form-based reCAPTCHA HTML being pre-rendered by the backend
.
// NOTE 2: Even though this modal currently only supports reCAPTCHA, we use 'captcha' instead
// NOTE 2: Even though this modal currently only supports reCAPTCHA, we use 'captcha' instead
// of 'recaptcha' throughout the code, so that we can easily add support for future alternative
// of 'recaptcha' throughout the code, so that we can easily add support for future alternative
...
...
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